This commit is contained in:
Mario Hüttel 2021-12-27 23:30:21 +01:00
parent 6be539f738
commit 796f1da1e4

View File

@ -6,7 +6,7 @@ import sys
medir = os.path.dirname(__file__)
if len(sys.argv) > 2:
if len(sys.argv) > 1:
example_data_path = sys.argv[1]
else:
example_data_path = os.path.join(medir, 'labels.csv')