Home
last modified time | relevance | path

Searched refs:log_stdout_to_file (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/rh/
Dutils.py264 combine_stdout_stderr=False, log_stdout_to_file=None, argument
346 if log_stdout_to_file:
347 stdout = open(log_stdout_to_file, 'w+')
420 if stdout and not log_stdout_to_file and not stdout_to_pipe: