Skip to content

Conversation

@UmedMuzl
Copy link
Collaborator

@UmedMuzl UmedMuzl commented Jan 3, 2026

No description provided.

from randomizer.Patching.KongRando import apply_kongrando_cosmetic
from randomizer.Patching.Library.Generic import setItemReferenceName, addNewScript, IsItemSelected, getProgHintBarrierItem, getHintRequirementBatch, IsDDMSSelected
from randomizer.Patching.Library.Assets import CompTextFiles, ItemPreview
from randomizer.Patching.Library.Image import getImageFile

Check failure

Code scanning / CodeQL

Module-level cyclic import Error

'getImageFile' may not be defined if module
randomizer.Patching.Library.Image
is imported before module
randomizer.Patching.ApplyRandomizer
, as the
definition
of getImageFile occurs after the cyclic
import
of randomizer.Patching.ApplyRandomizer.
'getImageFile' may not be defined if module
randomizer.Patching.Library.Image
is imported before module
randomizer.Patching.ApplyRandomizer
, as the
definition
of getImageFile occurs after the cyclic
import
of randomizer.Patching.ApplyRandomizer.
'getImageFile' may not be defined if module
randomizer.Patching.Library.Image
is imported before module
randomizer.Patching.ApplyRandomizer
, as the
definition
of getImageFile occurs after the cyclic
import
of randomizer.Patching.ApplyRandomizer.
applyKongModelSwaps(spoiler.settings, ROM_COPY)
updateHelmFaces(spoiler.settings, ROM_COPY)
updateSnidePanel(spoiler.settings, ROM_COPY)
getImageFile(spoiler.settings, ROM_COPY)

Check failure

Code scanning / CodeQL

Wrong number of arguments in a call Error

Call to
function getImageFile
with too few arguments; should be no fewer than 7.
@@ -1,5 +1,6 @@
"""Image modification library functions."""

import os

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'os' is not used.
@UmedMuzl UmedMuzl closed this Jan 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant