Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Sublime Music
Sublime Music
Commits
52a1f4ec
Verified
Commit
52a1f4ec
authored
Feb 11, 2020
by
Sumner Evans
💬
Browse files
No need to save server config after migration at this point
parent
d430f52a
Pipeline
#117105218
failed with stages
in 6 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
sublime/state_manager.py
sublime/state_manager.py
+0
-3
No files found.
sublime/state_manager.py
View file @
52a1f4ec
...
...
@@ -156,9 +156,6 @@ class ApplicationState:
self
.
config
.
migrate
()
self
.
save_config
()
if
self
.
config
.
server
:
self
.
save
()
def
save
(
self
):
# Make the necessary directories before writing the state.
os
.
makedirs
(
os
.
path
.
dirname
(
self
.
state_filename
),
exist_ok
=
True
)
...
...
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