mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 13:40:20 +01:00
contrib/bkr: fix a small typo
This commit is contained in:
parent
ac8a103660
commit
cbed6de3f2
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ class CmdSubmit(CmdBase):
|
|||
print("replace \'%s\' => '%s'" % (k, v))
|
||||
for k in [ k for (k,v) in replacements.iteritems() if v is None ]:
|
||||
print("replace \'%s\' %s" % (k, termcolor.colored("not found", 'yellow')))
|
||||
temp = tempfile.NamedTemporaryFile(prefix='brk_job.xml.', delete=False)
|
||||
temp = tempfile.NamedTemporaryFile(prefix='bkr_job.xml.', delete=False)
|
||||
for l in job:
|
||||
temp.write(l)
|
||||
temp.close()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue