Skip to content
Snippets Groups Projects
Commit 229ed2cf authored by Manoel Römmer's avatar Manoel Römmer :rage:
Browse files

Remove unnecessary parens to make linter happy

parent 004d60e7
No related branches found
No related tags found
No related merge requests found
Pipeline #167668 passed
......@@ -160,7 +160,7 @@ def main():
return 1
try:
do_time = (len([1 for arg, _ in args if arg == '-T']) > 0)
do_time = len([1 for arg, _ in args if arg == '-T']) > 0
_execute_module_commands(args, user_env)
except IOError as err:
sys.stderr.write(f"xenv failure: {str(err)}\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment