From 082d3aa4a9f55cb3542b76bbdc6bba00b00335b6 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 17 Apr 2010 22:54:40 +0200 Subject: [PATCH] Fix typo. --- ack-sync | 2 +- fakesync | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ack-sync b/ack-sync index cafb79b..e6f83ce 100755 --- a/ack-sync +++ b/ack-sync @@ -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) diff --git a/fakesync b/fakesync index 86665cf..43209ab 100755 --- a/fakesync +++ b/fakesync @@ -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)