Show More
@@ -651,7 +651,7 b' class SSHClusterLauncher(SSHLauncher):' | |||||
651 | If not specified, use calling profile, stripping out possible leading homedir. |
|
651 | If not specified, use calling profile, stripping out possible leading homedir. | |
652 | """) |
|
652 | """) | |
653 |
|
653 | |||
654 | def _remote_profie_dir_default(self): |
|
654 | def _remote_profile_dir_default(self): | |
655 | """turns /home/you/.ipython/profile_foo into .ipython/profile_foo |
|
655 | """turns /home/you/.ipython/profile_foo into .ipython/profile_foo | |
656 | """ |
|
656 | """ | |
657 | home = get_home_dir() |
|
657 | home = get_home_dir() |
General Comments 0
You need to be logged in to leave comments.
Login now