I would omit try, except here, because it doesn't improve the error message. Compare, with the situation without this try, except:
FileNotFoundError: [Errno 2] No such file or directory: 'test'
*Created by: ivan-usov*
I would omit `try, except` here, because it doesn't improve the error message. Compare, with the situation without this `try, except`:
```
FileNotFoundError: [Errno 2] No such file or directory: 'test'
```
@JakHolzer , great improvement over the prev version! Just one more comment, make sure to place the new file inside pyzebra folder.
*Created by: ivan-usov*
**Review:** Changes requested
@JakHolzer , great improvement over the prev version! Just one more comment, make sure to place the new file inside pyzebra folder.
Alright, try, except deleted. I put those there to go around exceptions which I'm not yet sure how to solve so it doesent crash the execution of modules.
*Created by: JakHolzer*
Alright, try, except deleted. I put those there to go around exceptions which I'm not yet sure how to solve so it doesent crash the execution of modules.
Pull request closed
This pull request cannot be reopened because the branch was deleted.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Created by: JakHolzer
Created by: ivan-usov
I would omit
try, excepthere, because it doesn't improve the error message. Compare, with the situation without thistry, except:Created by: ivan-usov
Review: Changes requested
@JakHolzer , great improvement over the prev version! Just one more comment, make sure to place the new file inside pyzebra folder.
Created by: JakHolzer
Alright, try, except deleted. I put those there to go around exceptions which I'm not yet sure how to solve so it doesent crash the execution of modules.
Pull request closed