mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-25 12:42:33 +02:00
temp: Print exception for test debuggin
This commit is contained in:
parent
c19697c7f8
commit
801f945c59
@ -203,7 +203,8 @@ class Bundesanzeiger:
|
|||||||
data_frame = results[0]
|
data_frame = results[0]
|
||||||
result.append(data_frame)
|
result.append(data_frame)
|
||||||
# ruff: noqa: S112
|
# ruff: noqa: S112
|
||||||
except Exception:
|
except Exception as e:
|
||||||
|
print(e)
|
||||||
continue
|
continue
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user