Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
f185711d
Commit
f185711d
authored
Nov 26, 2018
by
Benedikt Zoennchen
Browse files
Update vadere_project.py
parent
5cabc4a7
Pipeline
#77066
failed with stages
in 104 minutes and 57 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Tools/VadereAnalysisTool/vadere_analysis_tool/vadere_project.py
View file @
f185711d
...
...
@@ -115,8 +115,7 @@ class VadereProject():
ret_msg
=
"loaded {} out of {} output directories. {}"
err_dir
=
list
()
out_dirs
=
[
dir
for
dir
in
os
.
listdir
(
self
.
output_path
)
if
dir
!=
'corrupt'
and
dir
!=
'legacy'
and
if
not
dir
.
startswith
(
'.'
)]
print
out_dirs
out_dirs
=
[
dir
for
dir
in
os
.
listdir
(
self
.
output_path
)
if
dir
!=
'corrupt'
and
dir
!=
'legacy'
and
not
dir
.
startswith
(
'.'
)]
self
.
output_dirs
=
dict
()
self
.
named_output
=
NamedOutput
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment