Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions optimizer/neuroptimus.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import traceback
import getopt


def main(parameters):
"""
The main function, which starts to software according to the given command line arguments.
Expand Down Expand Up @@ -36,6 +37,8 @@ def main(parameters):
print(IE)
traceback.print_exc()
sys.exit("Missing filename!")
else:
print("Invalid arguement.\nRecognised arguments:\n\t-h:Help\n\t-g:Graphical interface\n\t-c:Command line interface, specify the settings file in the 2nd argument")



Expand Down