Skip to content

simplify build configuration logic using 'argparse'

Joseph Weston requested to merge jbweston/kwant:setup-argparse into master

Previously we manually scanned through the command line for the '--configfile' argument, handling edge cases etc. Now we leverage the 'argparse' module from the stdlib to do the same job in fewer lines.

Merge request reports