mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Fix type in cf0287a
This commit is contained in:
parent
7cae89e52a
commit
2f7206bf2e
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class vcs_svn(vcs):
|
|||
self.userargs(), cwd=self.local) != 0:
|
||||
raise VCSException("Svn update failed")
|
||||
self.refreshed = True
|
||||
if ref:
|
||||
if rev:
|
||||
revargs = ['-r', rev]
|
||||
if subprocess.call(['svn', 'update', '--force'] + revargs +
|
||||
self.userargs(), cwd=self.local) != 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue