Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bw-seas
GlobusTransferHelper
Commits
7a0f5e22
Commit
7a0f5e22
authored
Mar 27, 2020
by
Roland Haas
Browse files
showcase_helper: more fixes
parent
ef15e971
Changes
1
Hide whitespace changes
Inline
Side-by-side
showcase_helper.py
View file @
7a0f5e22
...
...
@@ -89,7 +89,7 @@ print(list(files.keys()))
# get rid of files
print
(
"Removing files"
)
delete
2
=
helper
.
delete
(
globushl
.
EP_BLUEWATERS_DUO
,
[
harefile
,
kenneldir
],
recursive
=
True
)
print
(
"Success:
%s,
%s"
%
(
delete
1
[
'status'
],
delete2
[
'status'
]))
delete
d
=
helper
.
delete
(
globushl
.
EP_BLUEWATERS_DUO
,
[
harefile
,
kenneldir
],
recursive
=
True
)
print
(
"Success: %s"
%
delete
d
[
'status'
]))
print
(
"All done"
)
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