kopia lustrzana https://github.com/jupyterhub/repo2docker
Updated log info for local content provider
rodzic
8564198352
commit
7f169b8282
|
@ -70,4 +70,4 @@ class Local(ContentProvider):
|
||||||
msg = "Local content provider assumes {} == {}".format(spec['path'],
|
msg = "Local content provider assumes {} == {}".format(spec['path'],
|
||||||
output_dir)
|
output_dir)
|
||||||
assert output_dir == spec['path'], msg
|
assert output_dir == spec['path'], msg
|
||||||
yield
|
yield "Using local repo {}.\n".format(spec['path'])
|
||||||
|
|
Ładowanie…
Reference in New Issue