projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68571be
)
Fix missing paramter to debug output
author
Magnus Hagander
<magnus@hagander.net>
Wed, 21 Mar 2018 11:33:37 +0000
(12:33 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 21 Mar 2018 11:33:37 +0000
(12:33 +0100)
loader/pglister_sync.py
patch
|
blob
|
blame
|
history
diff --git
a/loader/pglister_sync.py
b/loader/pglister_sync.py
index 97b0785946fc449bb788a1dacf43a4567a69dd52..0cce63719fd6c84c77f6d7f71b5ad846e31a548c 100755
(executable)
--- a/
loader/pglister_sync.py
+++ b/
loader/pglister_sync.py
@@
-97,7
+97,7
@@
if __name__=="__main__":
'lists': [l['listname'] for l in obj],
})
for n, in curs.fetchall():
- print "List %s exists in archives, but not in upstream! Should it be marked inactive?"
+ print "List %s exists in archives, but not in upstream! Should it be marked inactive?"
% n
if args.dryrun:
print "Dry-run, rolling back"