Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed try-catch from script, add regex to replace newline #16

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pablo-gbr
Copy link
Contributor

Last pull request (#14) introduced a serious problem when running any script in a single line (python won't run a script with a try-except block in a single line because indentations, see #15 for more details).

Also, running the package on a linux-based server throws an error related with newline not being replaced correctly.

This PR should address all of this.

@pablo-gbr
Copy link
Contributor Author

I need feedback on 753c104 in order to change how to handle exceptions in such cases.

@pablo-gbr pablo-gbr mentioned this pull request Aug 1, 2024
@pablo-gbr
Copy link
Contributor Author

Requesting review from @Gummibeer to merge this asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant