Searched refs:error_ok (Results 1 – 1 of 1) sorted by relevance
190 def call_subprocess(func, *args, error_ok=False, **kwargs): argument206 if error_ok:207 if isinstance(error_ok, int):208 error_ok = {error_ok}210 error_ok = set(map(int, error_ok))212 if return_code in error_ok:430 error_ok = 7 # return-code of 7 means some files were not found459 error_ok = 7 # return-code of 7 means some files were not found