summaryrefslogtreecommitdiff
path: root/bin/just-mr.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/just-mr.py')
-rwxr-xr-xbin/just-mr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/just-mr.py b/bin/just-mr.py
index 3bc67b2a..e4671d2c 100755
--- a/bin/just-mr.py
+++ b/bin/just-mr.py
@@ -1043,7 +1043,7 @@ def main():
global JUST
if options.just:
- JUST = os.path.abspath(options.just)
+ JUST = options.just
global ALWAYS_FILE
ALWAYS_FILE = options.always_file