This commit is contained in:
2018-07-03 11:35:23 -04:00
parent 30abe5b5f2
commit b38fb08159
+1 -1
View File
@@ -37,7 +37,7 @@ is_ipython = "get_ipython" in dir()
try:
is_powershell = "powershell" in shellingham.detect_shell()[0]
except shellingham.ShellDetectionFailure:
pass
is_powershell = False
if is_ipython or is_powershell:
"""when ipython is fired lot of variables like _oh, etc are used.