mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-12 01:11:29 +00:00
Fix typo.
This commit is contained in:
parent
8a67e7b8e4
commit
082d3aa4a9
2
ack-sync
2
ack-sync
@ -55,7 +55,7 @@ def get_source(package, version, section):
|
|||||||
|
|
||||||
if os.path.isdir("/tmpfs"):
|
if os.path.isdir("/tmpfs"):
|
||||||
workdir = "/tmpfs/ack-sync"
|
workdir = "/tmpfs/ack-sync"
|
||||||
else
|
else:
|
||||||
workdir = "/tmp/ack-sync"
|
workdir = "/tmp/ack-sync"
|
||||||
if not os.path.isdir(workdir):
|
if not os.path.isdir(workdir):
|
||||||
os.makedirs(workdir)
|
os.makedirs(workdir)
|
||||||
|
2
fakesync
2
fakesync
@ -63,7 +63,7 @@ def get_source(package, version, section, bug_number, dist):
|
|||||||
|
|
||||||
if os.path.isdir("/tmpfs"):
|
if os.path.isdir("/tmpfs"):
|
||||||
workdir = "/tmpfs/ack-sync"
|
workdir = "/tmpfs/ack-sync"
|
||||||
else
|
else:
|
||||||
workdir = "/tmp/ack-sync"
|
workdir = "/tmp/ack-sync"
|
||||||
if not os.path.isdir(workdir):
|
if not os.path.isdir(workdir):
|
||||||
os.makedirs(workdir)
|
os.makedirs(workdir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user