Closed DiegoTavares closed 1 month ago
Missing just a minor fix in the Lint Python Code
Running lint for rqd/... ***** Module rqd.rqcore rqd/rqcore.py:1110:0: C0305: Trailing newlines (trailing-newlines) rqd/rqcore.py:703:20: W1201: Use lazy % formatting in logging functions (logging-not-lazy) rqd/rqcore.py:705:20: E1205: Too many arguments for logging format string (logging-too-many-args) rqd/rqcore.py:1101:20: E1101: Instance of 'RqCore' has no 'info' member (no-member) rqd/rqcore.py:1107:20: W1201: Use lazy % formatting in logging functions (logging-not-lazy)
Ensure frames are removed from the rqd cache when they fail to complete their report process
Co-authored-by: Ramon Figueiredo rfigueiredo@spimageworks.com