From 260e4c7cc394bd1de231a862b2935e8ae830712e Mon Sep 17 00:00:00 2001 From: metasmile Date: Sun, 23 Sep 2018 14:29:48 +0200 Subject: [PATCH] 1.6 - Xcode 10's Intents.intentdefinition file format support --- strsync/strsync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 strsync/strsync.py 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