CI: add new Python API to the linter's library, too

This commit is contained in:
Adriaan de Groot 2021-11-09 16:24:10 +01:00
parent cd0785164b
commit 7291656f19

View File

@ -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