ido50 / morgan

PyPI Mirror for Restricted/Offline Environments
Apache License 2.0
105 stars 7 forks source link

fix: http error 404 #24

Closed shamilbi closed 5 months ago

shamilbi commented 7 months ago

closes #23

ido50 commented 5 months ago

Hi Shamil. Thanks. I'm trying to understand what the bug was exactly. The config.ini defined a requirement that doesn't exist, resulting in an exception being thrown? And this turns the exception into a log line?

shamilbi commented 5 months ago

Hi Shamil. Thanks. I'm trying to understand what the bug was exactly. The config.ini defined a requirement that doesn't exist, resulting in an exception being thrown? And this turns the exception into a log line?

Yes, an exception being thrown and the program crashes, with the exception in stderr Yes, the fix just skips the exception and writes about it to the log