small programming style cleanup

This commit is contained in:
Axel Kohlmeyer
2019-01-14 17:47:58 -05:00
parent d01c28002f
commit cea0855fe4
5 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@ version = args.version
homepath = fullpath(".")
scafacospath = "%s/scafacos-%s" % (homepath,version)
if (pathflag):
if pathflag:
scafacospath = args.path
if not os.path.isdir("%s/include" % scafacospath):
sys.exit("ScaFaCoS include path for %s does not exist" % scafacospath)