Skip to content
Snippets Groups Projects
Commit 52726098 authored by ale's avatar ale
Browse files

Update floatup.py from upstream

parent 3c732a7b
No related branches found
No related tags found
No related merge requests found
Pipeline #42229 passed
...@@ -198,7 +198,7 @@ def main(): ...@@ -198,7 +198,7 @@ def main():
do_request(args.url + '/api/stop-group', args.ssh, req) do_request(args.url + '/api/stop-group', args.ssh, req)
except: except:
pass pass
if args.state_file: if args.state_file and os.path.exists(args.state_file):
os.remove(args.state_file) os.remove(args.state_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment