Skip to content

Commit

Permalink
Builder: Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 27, 2011
1 parent 5569f48 commit 6ee4a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distrib/pilot.py
Expand Up @@ -277,8 +277,8 @@ def autobuild(cmd):
if cmd in ['apt', 'debchanges']:
if 'Linux' not in platform.platform() or \
('APT_DIR' in dir(pilotcfg) and ':' in pilotcfg.APT_DIR):
# Ignore this...
return True
# Ignore this...
return True

cmdLine = "python %s %s" % (os.path.join(pilotcfg.DISTRIB_DIR,
'autobuild.py'), cmd)
Expand Down

0 comments on commit 6ee4a21

Please sign in to comment.