Fix missing except

This commit is contained in:
VirtuBox
2019-08-30 03:54:25 +02:00
parent 3a28a419fb
commit 743aec2caa
3 changed files with 4 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ if not os.path.isfile('/root/.gitconfig'):
shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig')
setup(name='wo',
version='3.9.8.5',
version='3.9.8.6',
description=long_description,
long_description=long_description,
classifiers=[],