-
Notifications
You must be signed in to change notification settings - Fork 303
refactored code #1570
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
refactored code #1570
Conversation
better error handling, logging, and cleanup of temporary directories
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pylint (reported by Codacy) found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pylintpython3 (reported by Codacy) found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Fix for Codacy scan warning: "Use lazy % formatting in logging functions (logging-fstring-interpolation)"
Fix for Codacy scan warning: "Use lazy % formatting in logging functions (logging-fstring-interpolation)"
…guidelines. two blank lines after the SWTConfig class definition to follow PEP 8 guidelines.
…w PEP 8 guidelines. two blank lines after two blank lines after class definition to follow PEP 8 guidelines.
better error handling, logging, and cleanup of temporary directories