Commit 31556411 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! Allow argument file to be separated for "@" prefix.

parent b3257271
......@@ -846,7 +846,7 @@ class ShlexArgumentParser(argparse.ArgumentParser):
if arg[:1] in self.fromfile_prefix_chars:
filepath = arg[1:]
if not filepath:
fileath = next(args)
filepath = next(args)
new_cwd = os.path.normpath(os.path.join(
cwd,
os.path.dirname(filepath),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment