scailable / sclblpy

Python package for Scailable uploads
MIT License
19 stars 1 forks source link

Error in print "successfully uploaded" statement #8

Closed MKaptein closed 4 years ago

MKaptein commented 4 years ago

When the bundle is not uploaded because the toolchain-server is not avaialble, we print a "FATAL:... " message, AND, we still print "successfully uploaded". The latter should obviously be removed.

MKaptein commented 4 years ago

Was caused by the function not returning upon errors; fixed. Successfully uploaded now only printed if all tests pass and the bundle is send to the server.