Skip to content

Commit

Permalink
fix gui conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsolon committed Oct 9, 2018
1 parent edd0180 commit d2a9eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def run(command, env={}):
print(args)

# if we are running the GUI, then get to it
if args.analysis_level == "GUI":
if args.analysis_level == "gui":
print "Starting CPAC GUI"
import CPAC

Expand Down

0 comments on commit d2a9eee

Please sign in to comment.