Skip to content

Commit

Permalink
bugfix in "become conductor"; moving some files to new repo specific …
Browse files Browse the repository at this point in the history
…to containerization.
  • Loading branch information
ndenny committed May 22, 2025
1 parent 3148e0a commit 07aede1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bastion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ def do_become_conductor(self, request):
bcommand = "{} -c 3 -t {}".format(str(IONICE), bcommand)
if not simulated:
logger.debug("executing... {}".format(str(bcommand)))
os.system(qcommand)
os.system(bcommand)
else:
logger.debug("simulating... {}".format(str(bcommand)))
lastCheckIn = datetime.datetime.now()
Expand Down
File renamed without changes.

0 comments on commit 07aede1

Please sign in to comment.