Skip to content

Commit dc01bdc

Browse files
authored
Merge pull request #85 from edbedbe/master
Remove deprecated "replace" option to install kernel
2 parents 0966dc1 + 32e4a46 commit dc01bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_kernel/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def install_my_kernel_spec(user=True, prefix=None):
2121
# TODO: Copy resources once they're specified
2222

2323
print('Installing IPython kernel spec')
24-
KernelSpecManager().install_kernel_spec(td, 'bash', user=user, replace=True, prefix=prefix)
24+
KernelSpecManager().install_kernel_spec(td, 'bash', user=user, prefix=prefix)
2525

2626
def _is_root():
2727
try:

0 commit comments

Comments
 (0)