mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-22 06:58:21 -04:00
CI: add new Python API to the linter's library, too
This commit is contained in:
parent
cd0785164b
commit
7291656f19
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@ def target_env_call(_): return 0
|
|||
|
||||
def check_target_env_call(_): pass
|
||||
|
||||
def target_env_process_output(cmd, *args): return 0
|
||||
|
||||
def host_env_process_output(cmd, *args): return 0
|
||||
|
||||
def mount(device, mountpoint, fstype, options): return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue