Skip to content

Find a way to supress colors from output #104

Description

@todo

# @todo: Find a way to supress colors from output
result = subprocess.run(['bash', root_path + "/testing_suites/fillit_checker/test.sh", project_path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT).stdout.decode('utf-8')
with open(root_path + '/.myfillitchecker', 'w+') as file:
file.write(result)
result = subprocess.run(['bash', root_path + '/scripts/clean_logfiles.sh', root_path + '/.myfillitchecker'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT).stdout.decode('utf-8')
with open(root_path + '/.myfillitchecker', 'r') as file:


This issue was generated by todo based on a @todo: comment in 4faf74d. It's been assigned to @Seluj78 because they committed the code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions