Skip to content

Commit

Permalink
Adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Jul 6, 2016
1 parent 64f47fa commit f7693a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyutilib/dev/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

if sys.platform.startswith('win'):
platform='win'
use_exec = False
use_exec = False # Try to use subprocess.run
else:
platform='linux'
use_exec = True
Expand Down

0 comments on commit f7693a9

Please sign in to comment.