summaryrefslogtreecommitdiff
path: root/subsync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subsync.py')
-rw-r--r--subsync.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/subsync.py b/subsync.py
index 60041e1..dc11c1c 100644
--- a/subsync.py
+++ b/subsync.py
@@ -12,7 +12,9 @@ from multiprocessing import Pool
import chardet
os.chdir(os.path.dirname(os.path.realpath(__file__)))
-os.chdir('..')
+
+# Enable this to get files in the parent directory instead of the current directory.
+# os.chdir('..')
class mopen: