Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
syscall-eval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
syscall-eval
Commits
2f3ae305
Commit
2f3ae305
authored
3 years ago
by
Florian Fischer
Browse files
Options
Downloads
Patches
Plain Diff
fix calc_stats filter usage
parent
eed34141
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
calc_stats.py
+9
-9
9 additions, 9 deletions
calc_stats.py
with
9 additions
and
9 deletions
calc_stats.py
+
9
−
9
View file @
2f3ae305
...
@@ -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
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment