Skip to content

Commit 7b38aca

Browse files
committed
fix double-lock
1 parent 4d60447 commit 7b38aca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bulker/bulker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,7 @@ def host_tool_specific_args(bcfg, pkg, hosttool_arg_key):
678678
_LOGGER.info("Host commands available: {}".format(", ".join(host_cmdlist)))
679679

680680

681-
with write_lock(bcfg) as locked_bcfg:
682-
locked_bcfg.write()
681+
bcfg.write()
683682

684683
def bulker_activate(bulker_config, cratelist, echo=False, strict=False, prompt=True):
685684
"""

0 commit comments

Comments
 (0)