mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
added amalgamate error
This commit is contained in:
parent
57f362ab17
commit
dfc6142b83
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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'])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue