Show More
@@ -294,7 +294,7 b' class BaseIPythonApplication(Application):' | |||
|
294 | 294 | self.log.fatal("Profile %r not found."%self.profile) |
|
295 | 295 | self.exit(1) |
|
296 | 296 | else: |
|
297 |
self.log. |
|
|
297 | self.log.debug("Using existing profile dir: %r"%p.location) | |
|
298 | 298 | else: |
|
299 | 299 | location = self.config.ProfileDir.location |
|
300 | 300 | # location is fully specified |
@@ -309,7 +309,7 b' class BaseIPythonApplication(Application):' | |||
|
309 | 309 | self.log.fatal("Could not create profile directory: %r"%location) |
|
310 | 310 | self.exit(1) |
|
311 | 311 | else: |
|
312 |
self.log. |
|
|
312 | self.log.debug("Creating new profile dir: %r"%location) | |
|
313 | 313 | else: |
|
314 | 314 | self.log.fatal("Profile directory %r not found."%location) |
|
315 | 315 | self.exit(1) |
General Comments 0
You need to be logged in to leave comments.
Login now