Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
django-panik-emissions
Commits
1eb34ef7
Commit
1eb34ef7
authored
Nov 30, 2022
by
fred
Browse files
upload-sounds: abort on first rsync error
parent
48a48353
Changes
1
Hide whitespace changes
Inline
Side-by-side
emissions/management/commands/upload-sounds.py
View file @
1eb34ef7
...
...
@@ -67,4 +67,4 @@ class Command(BaseCommand):
if
self
.
verbose
:
cmd
.
insert
(
1
,
'-v'
)
print
(
dest
)
subprocess
.
run
(
cmd
)
subprocess
.
run
(
cmd
,
check
=
True
)
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