Commit 34a15c3d by Tobias Langer

Fixed error in filename output.

parent abf26205
......@@ -12,7 +12,7 @@ def calc_utilization(tasks):
def main():
parser = argparse.ArgumentParser(description='Generate plotable results from the experiments.')
parser.add_argument('results', type=str, nargs='+', help='file containing experiment results.')
parser.add_argument('analysis', type=str, nargs='+', help='name identifying the analysis results.')
parser.add_argument('analysis', type=str, nargs=1, help='name identifying the analysis results.')
args = parser.parse_args()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment