Update xonsh/commands_cache.py

Thanks

Co-Authored-By: Gil Forsyth <gforsyth@users.noreply.github.com>
This commit is contained in:
Ke Zhang 2019-07-13 15:05:01 -05:00 committed by GitHub
parent e3a92ee309
commit e187103ead
Failed to generate hash of commit

View file

@ -512,6 +512,6 @@ def default_threadable_predictors():
"yes": predict_false,
"zip": predict_true,
"zipinfo": predict_true,
"zsh": predict_shell
"zsh": predict_shell,
}
return predictors