Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-25 20:25:05 +09:00
parent 01a783888b
commit aaa6f87f9b
1 changed files with 4 additions and 3 deletions

View File

@ -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():
"""