Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ivan Tyagov
slapos
Commits
2c11d16b
Commit
2c11d16b
authored
3 weeks ago
by
Thomas Gambier
Browse files
Options
Download
Email Patches
Plain Diff
slapos.cookbook: re6st token manager shouldn't fail is status doesn't exist
parent
9c99b678
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
slapos/recipe/re6stnet/re6stnet.py
slapos/recipe/re6stnet/re6stnet.py
+1
-1
No files found.
slapos/recipe/re6stnet/re6stnet.py
View file @
2c11d16b
...
@@ -114,7 +114,7 @@ def requestRemoveToken(client, token_base_path):
...
@@ -114,7 +114,7 @@ def requestRemoveToken(client, token_base_path):
reference
)
reference
)
request_file
.
unlink
()
request_file
.
unlink
()
status_file
=
request_file
.
with_suffix
(
'.status'
)
status_file
=
request_file
.
with_suffix
(
'.status'
)
status_file
.
unlink
()
status_file
.
unlink
(
missing_ok
=
True
)
ipv6_file
=
request_file
.
with_suffix
(
'.ipv6'
)
ipv6_file
=
request_file
.
with_suffix
(
'.ipv6'
)
ipv6_file
.
unlink
(
missing_ok
=
True
)
ipv6_file
.
unlink
(
missing_ok
=
True
)
else
:
else
:
...
...
This diff is collapsed.
Click to expand it.
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