dftlib.utility.os_functions.run_tool

run_tool(args, quiet=False)

Executes a process with the given arguments. :param args: Arguments. :param quiet: Flag indicating whether the output should be printed. :return: The ‘stdout’.