Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-historical-archive
Commits
8c62399f
Commit
8c62399f
authored
Mar 28, 2019
by
Florian Pritz
Browse files
Reraise errors so we get tracebacks
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
b8e90d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
upload_pkg_internetarchive.py
View file @
8c62399f
...
...
@@ -83,6 +83,7 @@ class ArchiveUploader:
print
(
"{}: exception raised"
.
format
(
identifier
),
file
=
sys
.
stderr
)
print
(
e
,
file
=
sys
.
stderr
)
print
(
directory
)
raise
def
main
(
self
,
pkg_dir
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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