Skip to content

Commit

Permalink
Fix quoting issues on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtbucher committed Jun 17, 2019
1 parent 2b8ee46 commit 1458d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test(context):
print("\nTEST\n")

context.run(
'{} -c \'import pycapi; print("APIs:", len([api for api in dir(pycapi) if not api.startswith("_")]))\''.format(
"{} -c \"import pycapi; print('APIs:', len([api for api in dir(pycapi) if not api.startswith('_')]))\"".format(
sys.executable
)
)
Expand Down

0 comments on commit 1458d7d

Please sign in to comment.