mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Fix pep8 error in previous commit
This commit is contained in:
parent
95d8f29479
commit
9a70575feb
1 changed files with 2 additions and 2 deletions
|
@ -352,8 +352,8 @@ class vcs:
|
|||
else:
|
||||
deleterepo = True
|
||||
logging.info(
|
||||
"Repository details for {0} changed - deleting"
|
||||
.format(self.local))
|
||||
"Repository details for {0} changed - deleting"
|
||||
.format(self.local))
|
||||
else:
|
||||
deleterepo = True
|
||||
logging.info("Repository details missing - deleting")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue