Skip to content

Commit 7e240d5

Browse files
committed
Fix comment style in start-singleuser.py
1 parent 3dfe578 commit 7e240d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

images/base-notebook/start-singleuser.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
if "--ip=" not in os.environ.get("NOTEBOOK_ARGS", ""):
1313
command.append("--ip=0.0.0.0")
1414

15-
# Append any optional NOTEBOOK_ARGS we were passed in. This is supposed to be multiple args passed
16-
# on to the notebook command, so we split it correctly with shlex
15+
# Append any optional NOTEBOOK_ARGS we were passed in.
16+
# This is supposed to be multiple args passed on to the notebook command,
17+
# so we split it correctly with shlex
1718
if "NOTEBOOK_ARGS" in os.environ:
1819
command += shlex.split(os.environ["NOTEBOOK_ARGS"])
1920

0 commit comments

Comments
 (0)