Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webscape update #865

Merged
merged 10 commits into from
Apr 12, 2024

Fix firefox preferences not being set

d945d34
Select commit
Loading
Failed to load commit list.
Merged

Webscape update #865

Fix firefox preferences not being set
d945d34
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Apr 5, 2024 in 2s

2 issues fixed. 8 issues found.

Annotations

Check notice on line 379 in rpi_data/modules/new_parse.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

rpi_data/modules/new_parse.py#L310-L379

Complex Method

Check notice on line 204 in rpi_data/modules/new_parse.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

rpi_data/modules/new_parse.py#L204

TODO: Accomodate for colspans different than 2.  (fixme)

Check notice on line 74 in rpi_data/modules/new_parse.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

rpi_data/modules/new_parse.py#L74

Expression "[info.append(i) for i in courses]" is assigned to nothing (expression-not-assigned)

Check notice on line 77 in rpi_data/modules/headless_login.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

rpi_data/modules/headless_login.py#L77

Trailing newlines (trailing-newlines)

Check notice on line 64 in rpi_data/modules/headless_login.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

rpi_data/modules/headless_login.py#L64

Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)

Check notice on line 435 in rpi_data/modules/new_parse.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

rpi_data/modules/new_parse.py#L435

Trailing newlines (trailing-newlines)

Check notice on line 432 in rpi_data/modules/new_parse.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

rpi_data/modules/new_parse.py#L432

No exception type(s) specified (bare-except)

Check notice on line 97 in rpi_data/modules/new_parse.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

rpi_data/modules/new_parse.py#L97

Redefining built-in 'all' (redefined-builtin)