You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main() returns None (Sonar S3516 fix from the previous round), so
``rc = main(argv)`` followed by ``assert rc is None`` trips Sonar
S3699 ("Remove this use of the output from 'main'; 'main' doesn't
return anything"). Drop the binding entirely and call main() purely
for its side effect.
0 commit comments