diff --git a/strsync/strsync.py b/strsync/strsync.py old mode 100644 new mode 100755 index fcddfab..3765456 --- a/strsync/strsync.py +++ b/strsync/strsync.py @@ -334,7 +334,7 @@ def resolve_file_names(target_file_names): for dir, subdirs, files in walked: if os.path.basename(dir) == __BASE_RESOUCE_DIR__: for _file in resolve_file_names(files): - f = os.path.join(dir, _file) + f = os.path.join(dir, _file) if notexist_or_empty_file(f): continue