Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
57c3f376
Commit
57c3f376
authored
Jan 21, 2021
by
Schellhorn
Browse files
str(data_path)
parent
13872d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxtoolbox/experiments/phase/Phasepack_Experiment.py
View file @
57c3f376
...
...
@@ -76,7 +76,7 @@ class Phasepack_Experiment(PhaseExperiment):
for
filename
in
filenames
:
data_path
=
data_dir
/
filename
if
not
os
.
path
.
isfile
(
data_path
):
errMsg
=
"File "
+
data_path
+
" was not found"
errMsg
=
"File "
+
str
(
data_path
)
+
" was not found"
print
(
errMsg
)
print
(
'*************************************************************************'
)
print
(
'* INPUT DATA MISSING. Please download the phase pack input data from '
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment