mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Minor code formatting fix
This commit is contained in:
parent
28dc5cf3ab
commit
7fdf043be0
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ class vcs_hg(vcs):
|
|||
class vcs_bzr(vcs):
|
||||
|
||||
def clone(self):
|
||||
if subprocess.call(['bzr', 'branch', self.remote, self.local]) !=0:
|
||||
if subprocess.call(['bzr', 'branch', self.remote, self.local]) != 0:
|
||||
print "Bzr branch failed"
|
||||
sys.exit(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue