Skip to content
Snippets Groups Projects
Commit de63669c authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

CI: add missing API stub-implementation for pylint

parent 51898ea3
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Stubs for part of the Python API from libcalamares
# (although the **actual** API is presented through
# Boost::Python, not as a bare C-extension) so that
# pylint doesn't complain about libcalamares internals.
configuration = dict()
def setprogress(_): pass
def pretty_name(): return ""
def working_path(): return ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment