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
Bliss
bliss
Commits
9c221f8f
Commit
9c221f8f
authored
May 10, 2022
by
Lucas Felix
Browse files
Repair last_error not handling session loading errors
parent
6819dd85
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/common/session.py
View file @
9c221f8f
...
...
@@ -766,6 +766,8 @@ class Session:
# session objects
self
.
_set_scan_saving
(
cls
=
self
.
_config_scan_saving_class
)
self
.
_set_error_report
(
expert_error_report
)
# Instantiate the session objects
try
:
CURRENT_SESSION
.
is_loading_config
=
True
...
...
@@ -779,8 +781,6 @@ class Session:
self
.
_register_session_importers
(
self
)
self
.
_set_error_report
(
expert_error_report
)
self
.
_set_scan_display
()
self
.
_additional_variables
(
env_dict
)
...
...
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