mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 02:16:12 +01:00
- fixed typo
This commit is contained in:
parent
f97f287ce7
commit
5b3a55091d
@ -329,7 +329,7 @@ def main(opts, argv):
|
||||
tempdir = '/tmp'
|
||||
if sys.platform[:3] == 'win':
|
||||
tempdir = os.getenv('TEMP')
|
||||
bi_file = NamedTemporaryFile(suffix='.xml', prefix='buildinfo.', dir = tempfile)
|
||||
bi_file = NamedTemporaryFile(suffix='.xml', prefix='buildinfo.', dir = tempdir)
|
||||
try:
|
||||
bi_text = ''.join(get_buildinfo(apiurl,
|
||||
prj,
|
||||
|
Loading…
Reference in New Issue
Block a user