Commit 65af5925 authored by Studer Brendan's avatar Studer Brendan
Browse files

corrected bug

parent c6613fba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ def main(argv):
    inputfile = app_config.get("INPUT_FILE_NAME")
    output_folder = app_config.get("OUTPUT_FOLDER_NAME")
    tree = False
    scores = False

    try:
        opts, _ = getopt.getopt(argv, "hsti:o:", ["ifile=", "ofile=", "tree","scores"])