1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 13:18:42 +02:00

- fix syntax error

This commit is contained in:
2012-02-04 11:01:08 +01:00
parent 39233d3b93
commit 1ab773344b

View File

@@ -354,7 +354,7 @@ class Serviceinfo:
# FIXME: addDownloadUrlService calls si.execute after
# updating _services.
for filename in os.listdir(temp_dir):
os.unlink(os.path.join(temp_dir, filename)
os.unlink(os.path.join(temp_dir, filename))
os.rmdir(temp_dir)
return r