Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
01a783888b
commit
aaa6f87f9b
|
@ -227,9 +227,6 @@ def shared_folders():
|
|||
|
||||
|
||||
|
||||
def _logpath(path, names):
|
||||
logging.info('Working in %s' % path)
|
||||
return [] # nothing will be ignored
|
||||
|
||||
def icons_themes():
|
||||
"""
|
||||
|
@ -277,6 +274,10 @@ def icons_themes():
|
|||
dirs_exist_ok = True, ignore=_logpath
|
||||
)
|
||||
|
||||
def _logpath(path, names):
|
||||
logging.info('Working in %s' % path)
|
||||
return [] # nothing will be ignored
|
||||
|
||||
|
||||
def shared_files():
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue