Closed chrissound closed 9 months ago
This fixes #124
I've added an flake8 exception of E722 (https://www.flake8rules.com/rules/E722.html) in gwa-deploy/test/test_basic.py for the use of except: - I think that is intentional on your part, but if you'd like me to take a deeper look at this let me know.
except:
I successfully tested this with deploy_test.
deploy_test
This fixes #124
I've added an flake8 exception of E722 (https://www.flake8rules.com/rules/E722.html) in gwa-deploy/test/test_basic.py for the use of
except:
- I think that is intentional on your part, but if you'd like me to take a deeper look at this let me know.I successfully tested this with
deploy_test
.