mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
changed print_error() to sys.exit to reduce coupling
This commit is contained in:
parent
59b2762258
commit
e5bbb46782
1 changed files with 1 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -9,9 +9,7 @@ import os, sys, platform
|
|||
from lib.util import print_error
|
||||
|
||||
if sys.version_info[:3] < (2,6,0):
|
||||
print_error("Error: Electrum requires Python version >= 2.6.0...")
|
||||
sys.exit(1)
|
||||
|
||||
sys.exit("Error: Electrum requires Python version >= 2.6.0...")
|
||||
|
||||
data_files = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue