-more detailed message if pypo-install can't find liquidsoap file
This commit is contained in:
parent
bc629bf441
commit
41b9ea1c14
|
@ -97,6 +97,7 @@ try:
|
|||
Note: We cannot simply use os.path.exists before this, since it sometimes gives us "false" incorrectly
|
||||
"""
|
||||
print "Unsupported OS/system architecture."
|
||||
print e
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue