mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Minor code formatting fix
This commit is contained in:
parent
28dc5cf3ab
commit
7fdf043be0
@ -187,7 +187,7 @@ class vcs_hg(vcs):
|
|||||||
class vcs_bzr(vcs):
|
class vcs_bzr(vcs):
|
||||||
|
|
||||||
def clone(self):
|
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"
|
print "Bzr branch failed"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user