diff --git a/yarGen.py b/yarGen.py index a76dc2d..bfb9077 100644 --- a/yarGen.py +++ b/yarGen.py @@ -84,7 +84,7 @@ def get_abs_path(filename): - return os.path.join(os.path.dirname(os.path.abspath(__file__)), filename) + return os.path.join(os.getcwd(), filename) def get_files(dir, notRecursive):