#364 Attach user_dir to settings

This commit is contained in:
nvbn
2015-09-07 18:59:10 +03:00
parent df4d2cc88d
commit f3525e9fe0
5 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ def fix_command():
logs.debug('Empty command, nothing to do')
return
corrected_commands = get_corrected_commands(command, user_dir)
corrected_commands = get_corrected_commands(command)
selected_command = select_command(corrected_commands)
if selected_command:
run_command(command, selected_command)