Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
GFZ_Tools_EnMAP_BOX
enpt_enmapboxapp
Commits
974ef69c
Unverified
Commit
974ef69c
authored
Jun 16, 2021
by
Daniel Scheffler
Browse files
Fixed bare except clause.
parent
294377be
Pipeline
#24501
failed with stage
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
enpt_enmapboxapp/_enpt_alg_base.py
View file @
974ef69c
...
...
@@ -113,7 +113,7 @@ class _EnPTBaseAlgorithm(QgsProcessingAlgorithm):
try
:
path_polymer
=
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
get_loader
(
"polymer"
).
path
),
os
.
pardir
))
except
:
except
AttributeError
:
path_polymer
=
''
return
path_polymer
...
...
Write
Preview
Markdown
is supported
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