1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 02:16:12 +01:00

- fixed typo

This commit is contained in:
Marcus Hüwe 2009-05-15 15:25:09 +00:00
parent f97f287ce7
commit 5b3a55091d

View File

@ -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,