Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Perry
sshshare
Commits
aae207fb
Commit
aae207fb
authored
Feb 09, 2018
by
Chris Hines
Browse files
load the config correctly
parent
96c53906
Changes
1
Hide whitespace changes
Inline
Side-by-side
sshshare/__main__.py
View file @
aae207fb
...
...
@@ -256,6 +256,7 @@ def main():
if
os
.
path
.
exists
(
configpath
):
with
open
(
configpath
,
'r'
)
as
f
:
configdata
=
yaml
.
load
(
f
.
read
())
config
.
update
(
configdata
)
else
:
configdata
=
{}
configdata
[
'singularity'
]
=
'singularity'
...
...
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