Skip to content

Raise a RuntimeError when GitStore.project couldn't determine project…

GitHub Advanced Security / CodeQL succeeded Jul 27, 2023 in 6s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 52 in osc/core.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
osc.store
begins an import cycle.

Check notice on line 3 in osc/git_scm/store.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'sys' is not used.

Check notice on line 20 in tests/test_git_scm_store.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note test

'except' clause does nothing but pass and there is no explanatory comment.