Closed sethumadhav07 closed 1 month ago
Hi @sethumadhav07, the bug you describe here should have been fixed with our latest release ULS v1.8.2 - can you please check the version you have discovered the bug and upgraded? Please let me know if you still encounter an issue with this bug in the latest version.
We have also introduced a better test coverage throughout different python versions ;)
Best Mike
Hi @MikeSchiessl I see the latest release addressed it. closing this task now. Thanks
Is your feature request related to a problem? Please describe. When running the application, a
SyntaxError
occurs due to an unmatched parenthesis in an f-string inside theUlsArgsParser.py
module. This causes the application to fail at startup.Error traceback:
Describe the solution you'd like The corrected code should look like this:
Additional context This issue occurs when the application is executed, specifically in the
UlsArgsParser.py
module. Fixing the f-string will allow the application to run correctly without encountering a syntax error.