contrib/bkr: fix a small typo

This commit is contained in:
Lubomir Rintel 2015-06-15 18:43:13 +02:00
parent ac8a103660
commit cbed6de3f2

View file

@ -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()