mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Fix display of notebook directory path
This commit is contained in:
parent
cedc3bad9e
commit
8170b58c3f
@ -217,7 +217,7 @@ class JSController(TestController):
|
||||
self.server_port = q.get()
|
||||
|
||||
def dump_failure(self):
|
||||
print("Ran tests with notebook directory %r" % self.nbdir)
|
||||
print("Ran tests with notebook directory %r" % self.nbdir.name)
|
||||
super(JSController, self).dump_failure()
|
||||
|
||||
def cleanup(self):
|
||||
|
Loading…
Reference in New Issue
Block a user