Merge pull request #1890 from xonsh/scp_predict_false

Scp predict false
This commit is contained in:
Anthony Scopatz 2016-10-26 00:38:57 -04:00 committed by GitHub
commit ddaa2f37e3
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fix ``scp`` progress not being outputted
**Security:** None

View file

@ -258,6 +258,7 @@ def default_threadable_predictors():
'less': predict_help_ver,
'man': predict_help_ver,
'more': predict_help_ver,
'scp': predict_false,
'sh': predict_shell,
'ssh': predict_false,
'startx': predict_false,