Skip to content

Commit b397424

Browse files
committed
update to latest ubiquerg
1 parent 7b38aca commit b397424

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

bulker/bulker.py

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

680680

681-
bcfg.write()
681+
with write_lock(bcfg) as locked_cfg:
682+
locked_cfg.write()
682683

683684
def bulker_activate(bulker_config, cratelist, echo=False, strict=False, prompt=True):
684685
"""

requirements/requirements-all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ yacman>=0.9.5
22
pyyaml>=5.1
33
logmuse>=0.2.0
44
jinja2
5-
ubiquerg>=0.5.1
5+
ubiquerg>=0.9.0
66
psutil

0 commit comments

Comments
 (0)