Fix display of notebook directory path

This commit is contained in:
Thomas Kluyver 2014-03-10 16:07:12 -07:00
parent cedc3bad9e
commit 8170b58c3f

View File

@ -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):