parent
7ad4eaa71b
commit
b080c53ed5
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ def parse_arguments():
|
||||||
|
|
||||||
#If outfile was not set, set it.
|
#If outfile was not set, set it.
|
||||||
if args.output == None:
|
if args.output == None:
|
||||||
outFile=args.inputDir.with_name(args.inputDir.name+'_compiled').resolve()
|
baseName=args.inputDir.with_name(args.inputDir.name+'_compiled').name
|
||||||
|
outFile=Path(os.getcwd()).joinpath(baseName)
|
||||||
else:
|
else:
|
||||||
outFile=args.output.resovle()
|
outFile=args.output.resovle()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue