added amalgamate error

This commit is contained in:
Anthony Scopatz 2016-06-24 16:36:48 -04:00
parent 57f362ab17
commit dfc6142b83

View file

@ -53,6 +53,7 @@ def amalagamate_source():
try:
import amalgamate
except ImportError:
print('Could not import amalgamate, skipping.', file=sys.stderr)
return
amalgamate.main(['amalgamate', '--debug=XONSH_DEBUG', 'xonsh'])