Skip to content

Commit

Permalink
fixed exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Mar 27, 2020
1 parent aa8b1d2 commit 332b584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
long_description=long_readme,
long_description_content_type="text/markdown",

# cmdclass={'install': custom_install},

url=portal_url,

python_requires=">=2.7",
Expand Down Expand Up @@ -81,7 +79,7 @@
],
)

############################################################
###########################################################
# Get release notes
import codereef.misc
r=codereef.misc.request({'url':portal_url+'/api/v1/?',
Expand All @@ -95,3 +93,5 @@
print ('')
print (notes)
print ('*********************************************************************')

exit(0)

0 comments on commit 332b584

Please sign in to comment.