package wont install
This commit is contained in:
@@ -297,7 +297,7 @@ def main():
|
||||
progress.finish()
|
||||
while process.poll() != None:
|
||||
time.sleep(1)
|
||||
raise(e)
|
||||
raise (e)
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
from distutils.core import setup
|
||||
import os
|
||||
|
||||
|
||||
def version_reader(path):
|
||||
|
||||
Reference in New Issue
Block a user