Show More
@@ -53,6 +53,7 b' from IPython.utils.traitlets import List, Unicode, Type, Bool, Dict, Set, Instan' | |||
|
53 | 53 | # aliases and flags |
|
54 | 54 | |
|
55 | 55 | base_aliases = { |
|
56 | 'profile-dir' : 'ProfileDir.location', | |
|
56 | 57 | 'profile' : 'BaseIPythonApplication.profile', |
|
57 | 58 | 'ipython-dir' : 'BaseIPythonApplication.ipython_dir', |
|
58 | 59 | 'log-level' : 'Application.log_level', |
@@ -71,7 +71,6 b' class ParallelCrashHandler(CrashHandler):' | |||
|
71 | 71 | base_aliases = {} |
|
72 | 72 | base_aliases.update(base_ip_aliases) |
|
73 | 73 | base_aliases.update({ |
|
74 | 'profile-dir' : 'ProfileDir.location', | |
|
75 | 74 | 'work-dir' : 'BaseParallelApplication.work_dir', |
|
76 | 75 | 'log-to-file' : 'BaseParallelApplication.log_to_file', |
|
77 | 76 | 'clean-logs' : 'BaseParallelApplication.clean_logs', |
General Comments 0
You need to be logged in to leave comments.
Login now