Skip to content

Commit

Permalink
replace print() with print('')
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Feb 19, 2020
1 parent 92201d3 commit 2ea4091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion condatests.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def main(*args):

executable = None if IS_WINDOWS else '/bin/bash'
for name, path in test_envs.items():
print()
print('')

if name.startswith(CREATE_ENV_PREFIX):
path = create_env(name, all_envs['base'], args)
Expand Down

0 comments on commit 2ea4091

Please sign in to comment.