refactor redundant print logic
This commit is contained in:
parent
668f6477bb
commit
878ef446a2
6
setup.py
6
setup.py
|
@ -53,9 +53,7 @@ except DistutilsPlatformError as exception:
|
||||||
]
|
]
|
||||||
setup_kwargs['install_requires'] = windows_requirements
|
setup_kwargs['install_requires'] = windows_requirements
|
||||||
setup(**setup_kwargs)
|
setup(**setup_kwargs)
|
||||||
# No exceptions occcured
|
|
||||||
print(u"\n\n\U0001F680 "
|
# Installation was successful
|
||||||
"Sanic version {} installation suceeded.\n".format(version))
|
|
||||||
else:
|
|
||||||
print(u"\n\n\U0001F680 "
|
print(u"\n\n\U0001F680 "
|
||||||
"Sanic version {} installation suceeded.\n".format(version))
|
"Sanic version {} installation suceeded.\n".format(version))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user