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
Branches
Tags
No related merge requests found
...@@ -90,7 +90,7 @@ def main(): ...@@ -90,7 +90,7 @@ def main():
data = read_csv(sys.stdin) data = read_csv(sys.stdin)
elif len(sys.argv) > 2: elif len(sys.argv) > 2:
print_usage_and_exit() print_usage_and_exit()
else:
data_path = Path(sys.argv[1]) data_path = Path(sys.argv[1])
if not data_path.exists(): if not data_path.exists():
print('Path: {data_path} does not 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