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
EMM
meteorolog
Commits
b1b3b438
Commit
b1b3b438
authored
Jul 02, 2015
by
Nelso Jost
Browse files
FIX: typos
parent
57a30781
Changes
1
Show whitespace changes
Inline
Side-by-side
logger/deploy.py
View file @
b1b3b438
...
...
@@ -49,7 +49,7 @@ def deploy_supervisor():
f
.
write
(
str
(
pid
)
+
'
\n
'
)
print
(
"
\n
PID: {} (saved at '{}')"
.
format
(
pid
,
PID_FILENAME
))
print
(
'
\n
[{} process is running
i
n the background]'
print
(
'
\n
[{} process is running
o
n the background]'
.
format
(
PROCESS_NAME
))
except
:
print
(
"
\n
Something went wrong and the daemon process was NOT created."
)
...
...
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