Skip to content

Commit

Permalink
improved customizable config 2
Browse files Browse the repository at this point in the history
  • Loading branch information
febret committed Aug 24, 2016
1 parent 4f6a0b3 commit 7fa4fc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion firefly.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@

# #-------------------------------------------------------------------------------
# # Load firefly components
configFile = sys.argv[1]
if(len(sys.argv) > 1):
configFile = sys.argv[1]
else:
configFile = sys.argv[0]
orun(configFile)
orun(loaderScript)
orun('firefly/colormapConfig.py')
Expand Down

0 comments on commit 7fa4fc6

Please sign in to comment.