projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e053517
)
Correct place for braces makes it actually work
author
Joerg Jaspert
<joerg@debian.org>
Mon, 21 Apr 2008 21:21:37 +0000
(23:21 +0200)
committer
Joerg Jaspert
<joerg@debian.org>
Mon, 21 Apr 2008 21:21:37 +0000
(23:21 +0200)
dak/process_accepted.py
patch
|
blob
|
history
diff --git
a/dak/process_accepted.py
b/dak/process_accepted.py
index 225f7bb0c21b7cb322a8f8e65379aceeb9f45afb..90edaf55d2e73f1ad3f53a5452b9461e7f1fc44e 100755
(executable)
--- a/
dak/process_accepted.py
+++ b/
dak/process_accepted.py
@@
-321,7
+321,7
@@
def install ():
added_ids = {}
for u in uploader_ids:
if added_ids.has_key(u):
- daklib.utils.warn("Already saw uploader %s for source %s"
) % (u, package
)
+ daklib.utils.warn("Already saw uploader %s for source %s"
% (u, package)
)
continue
added_ids[u]=1
projectB.query("INSERT INTO src_uploaders (source, maintainer) VALUES (currval('source_id_seq'), %d)" % (u))