Fix typo.

This commit is contained in:
Benjamin Drung 2010-04-17 22:54:40 +02:00
parent 8a67e7b8e4
commit 082d3aa4a9
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ def get_source(package, version, section):
if os.path.isdir("/tmpfs"):
workdir = "/tmpfs/ack-sync"
else
else:
workdir = "/tmp/ack-sync"
if not os.path.isdir(workdir):
os.makedirs(workdir)

View File

@ -63,7 +63,7 @@ def get_source(package, version, section, bug_number, dist):
if os.path.isdir("/tmpfs"):
workdir = "/tmpfs/ack-sync"
else
else:
workdir = "/tmp/ack-sync"
if not os.path.isdir(workdir):
os.makedirs(workdir)