summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmerge-client.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/merge-client.py b/merge-client.py
index be5019b..7e10521 100755
--- a/merge-client.py
+++ b/merge-client.py
@@ -166,6 +166,18 @@ def unify(YESELF, sub):
except:
traceback.print_exc()
+ ## Sounds Effects Copy (clobber method)
+ try:
+ shutil.copytree("%s/sfx" % (YESELF),
+ "%s/sfx" % (MYSELF),
+ dirs_exist_ok=True)
+ continue
+ except FileNotFoundError:
+ print("\033[1mFailed to copy: %s\033[0m" % f)
+ pass
+ except:
+ traceback.print_exc()
+
paths=[]
return