debian-forge/inputs
Tomáš Hozza 3ac6d405b5 Fix pylint issue E0606: possibly-used-before-assignment
Fix:
assemblers/org.osbuild.qemu:310:36: E0606: Possibly using variable 'prep_type' before assignment (possibly-used-before-assignment)
inputs/org.osbuild.tree:85:15: E0606: Possibly using variable 'path' before assignment (possibly-used-before-assignment)
stages/org.osbuild.sfdisk:58:36: E0606: Possibly using variable 'prep_type' before assignment (possibly-used-before-assignment)
stages/org.osbuild.systemd.unit:23:16: E0606: Possibly using variable 'unit_dropins_dir' before assignment (possibly-used-before-assignment)
test/mod/test_meta.py:219:29: E0606: Possibly using variable 'schema_part' before assignment (possibly-used-before-assignment)

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2024-11-25 10:09:18 +01:00
..
test testutil: extract find_one_subclass_in_module() helper 2024-04-03 11:36:01 +02:00
org.osbuild.containers inputs/containers: change archive format to dir 2023-03-31 14:57:26 +02:00
org.osbuild.containers-storage util: move get_host_storage() to a separate module 2024-08-21 19:26:31 +02:00
org.osbuild.files test/isort: apply diff to full tree 2022-09-23 12:08:10 +02:00
org.osbuild.noop inputs: convert to host service 2021-06-09 18:37:47 +01:00
org.osbuild.ostree inputs/ostree: leverage util/ostree library code 2023-10-16 20:26:10 +02:00
org.osbuild.ostree.checkout test/isort: apply diff to full tree 2022-09-23 12:08:10 +02:00
org.osbuild.tree Fix pylint issue E0606: possibly-used-before-assignment 2024-11-25 10:09:18 +01:00