Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcus Andersson
aurweb
Commits
e1709e98
Commit
e1709e98
authored
Sep 29, 2016
by
Lukas Fleischer
Browse files
tuvotereminder: Wait for notify processes
Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
c8c37477
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/tuvotereminder.py
View file @
e1709e98
...
...
@@ -21,7 +21,7 @@ def main():
[
filter_from
,
filter_to
])
for
vote_id
in
[
row
[
0
]
for
row
in
cur
.
fetchall
()]:
subprocess
.
Popen
((
notify_cmd
,
'tu-vote-reminder'
,
str
(
vote_id
)))
subprocess
.
Popen
((
notify_cmd
,
'tu-vote-reminder'
,
str
(
vote_id
)))
.
wait
()
if
__name__
==
'__main__'
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment