Skip to content

Commit

Permalink
Merge branch 'vitalii-tym-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
metasmile committed Nov 28, 2018
2 parents 86a89f3 + 260e4c7 commit ff00963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strsync/strsync.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff00963

Please sign in to comment.