CI: add missing API stub-implementation for pylint

This commit is contained in:
Adriaan de Groot 2021-09-27 21:32:43 +02:00
parent 51898ea32b
commit de63669cee

15
ci/libcalamares/job.py Normal file
View File

@ -0,0 +1,15 @@
# 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 ""