UnboundLocalError #53
Labels
No labels
ksp-implementace
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: KSP/formatitko#53
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sakuješ!
command_util.py
, line19
, inparse_command
Jelikož ve funkci používáš
command_env
jako lokální, tak přeplácne globální modulcommand_env
(a ti i před tím, než tam skutečně zapíšeš).Mimochodem proč vlastně máme modull
command_env
?Nestačí si vyrobit vlastní dict a prostě ho předhodit
exec
u?