Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins committed Sep 5, 2016
1 parent e282cdf commit b43edf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpathology/fixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main():
'was not one.'))
args = parser.parse_args()

exe_root = op.abspath(op.normpath(args.executable_root))
exe_root = op.abspath(op.normpath(args.directory))
lib_dirs = [op.abspath(op.normpath(d)) for d in args.lib_dir]
visitor = partial(fix_rpaths, exe_root, lib_dirs)
visit_hierarchy(exe_root, args.file_glob, visitor,
Expand Down

0 comments on commit b43edf2

Please sign in to comment.