Closed everythingfunctional closed 8 years ago
Absolutely. Didn't remember that function at the time. Much safer option, thanks.
I think fort_depend.py:177 should be
build = args.build[0] if args.build else ''
rather than
build = args.build[0] if args.build else None
otherwise I get an error from os.path.join
.
Ok, I'll fix that right quick.
Added an option to include the name of the build directory, which is just prepended to all of the file names. Also put a comment at the top of the output file that indicates it is an automatically generated file.