We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f44e7d commit fea967bCopy full SHA for fea967b
SoftLayer/shell/core.py
@@ -49,7 +49,6 @@ def cli(ctx, env):
49
app_path = click.get_app_dir('softlayer_shell')
50
if not os.path.exists(app_path):
51
os.makedirs(app_path)
52
- history = p_history.FileHistory(os.path.join(app_path, 'history'))
53
complete = completer.ShellCompleter(core.cli)
54
55
while True:
0 commit comments