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
576e9e53
Commit
576e9e53
authored
Feb 28, 2020
by
Benoit Formet
Browse files
session: clarify messages during setup
parent
a6d4f94f
Pipeline
#22158
passed with stages
in 74 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bliss/common/session.py
View file @
576e9e53
...
...
@@ -616,6 +616,8 @@ class Session:
if
self
.
setup_file
is
None
:
return
print
(
"%s: Executing setup file..."
%
self
.
name
)
with
get_file
(
{
"setup_file"
:
self
.
setup_file
},
"setup_file"
,
text
=
True
)
as
setup_file
:
...
...
bliss/shell/__init__.py
View file @
576e9e53
...
...
@@ -116,7 +116,7 @@ def initialize(session_name=None):
except
RuntimeError
:
# Beacon is too old
pass
session
=
config
.
get
(
session_name
)
print
(
"%s:
Executing setup
..."
%
session
.
name
)
print
(
"%s:
Loading config
..."
%
session
.
name
)
env_dict
=
__main__
.
__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