8000 Fix for updating profile.arch memory index · cobbler/cobbler@8a4acba · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix for updating profile.arch memory index #4227

Fix for updating profile.arch memory index

Fix for updating profile.arch memory index #4227

Triggered via pull request January 4, 2025 18:03
Status Failure
Total duration 1m 16s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
isort formatter
Process completed with exit code 1.
pyright: cobbler/items/abstract/inheritable_item.py#L207
Condition will always evaluate to False since the types "Literal['inheritable_abstract']" and "Literal['profile']" have no overlap (reportUnnecessaryComparison)
pyright: cobbler/items/abstract/inheritable_item.py#L216
"old_arch" is possibly unbound (reportPossiblyUnboundVariable)
pyright: cobbler/items/abstract/inheritable_item.py#L230
Condition will always evaluate to False since the types "Literal['inheritable_abstract']" and "Literal['profile']" have no overlap (reportUnnecessaryComparison)
pyright: cobbler/items/abstract/inheritable_item.py#L232
"old_arch" is possibly unbound (reportPossiblyUnboundVariable)
pyright: cobbler/items/abstract/inheritable_item.py#L235
"old_arch" is possibly unbound (reportPossiblyUnboundVariable)
pyright: tests/cobbler_collections/profile_collection_test.py#L441
Type of "distro1" is unknown (reportUnknownVariableType)
pyright: tests/cobbler_collections/profile_collection_test.py#L441
Expected 1 more positional argument (reportCallIssue)
pyright: tests/cobbler_collections/profile_collection_test.py#L446
Type of "original_distro" is unknown (reportUnknownVariableType)
pyright: tests/cobbler_collections/profile_collection_test.py#L446
Type of "name" is unknown (reportUnknownMemberType)
pyright: tests/cobbler_collections/profile_collection_test.py#L468
Type of "distro2" is unknown (reportUnknownVariableType)
isort formatter
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
black formatter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pyright: setup.py#L28
Import "setuptools.modified" could not be resolved from source (reportMissingModuleSource)
0