Skip to content
Snippets Groups Projects
Commit 2f3ae305 authored by Florian Fischer's avatar Florian Fischer
Browse files

fix calc_stats filter usage

parent eed34141
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ def main():
data = read_csv(sys.stdin)
elif len(sys.argv) > 2:
print_usage_and_exit()
else:
data_path = Path(sys.argv[1])
if not data_path.exists():
print('Path: {data_path} does not exists')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment