Closed AlexPatrie closed 1 year ago
Working on a generalization now!
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
seems that the try: except: block to catch an assertion is unexpected - is there a reason that an if or if/else could not have been used? Generally using try/except for normal flow of control is not best practice in most languages. If this is in response to SonarCloud - then we need to address that.
What does this pr do? Addresses an issue related to this specific repo and others, as per #56. The
log_level
in method is by default set toStandardOutputErrorCapturerLevel.c
which is"c"
. This results in a lack of proper output and a capture freeze. when setting thislog_level
to.python
, a perfect output is produced in a timely fashion.