# HG changeset patch # User Ludovic Chabant # Date 1414423092 25200 # Node ID 1c13f3389fcb0632ca23ba3616d052a6f5619760 # Parent 9c074aec60a61e5c5bb3ea296730957a91ab0cd7 Cosmetic fix. diff -r 9c074aec60a6 -r 1c13f3389fcb piecrust/processing/less.py --- a/piecrust/processing/less.py Mon Oct 27 08:17:51 2014 -0700 +++ b/piecrust/processing/less.py Mon Oct 27 08:18:12 2014 -0700 @@ -56,7 +56,7 @@ # On Windows, we need to run the process in a shell environment # otherwise it looks like `PATH` isn't taken into account. - shell=(platform.system() == 'Windows') + shell = (platform.system() == 'Windows') try: retcode = subprocess.call(args, shell=shell) except FileNotFoundError as ex: