Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthieu Boileau
nbcourse
Commits
a4551db1
Commit
a4551db1
authored
Nov 26, 2019
by
Matthieu Boileau
Browse files
Remove useless print()
parent
e6ea52fd
Pipeline
#5522
passed with stage
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nbcourse/nbcourse.py
View file @
a4551db1
...
...
@@ -61,7 +61,6 @@ class NbCourse:
def
__init__
(
self
,
user_conf
=
None
):
"""Build from user_conf"""
self
.
conf
=
self
.
_get_config
(
user_conf
)
print
(
self
.
conf
)
self
.
conf
[
'template_path'
]
=
Path
(
self
.
conf
[
'theme'
][
'dir'
],
'templates'
)
for
key
in
'nb'
,
'theme'
:
...
...
Write
Preview
Supports
Markdown
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