[pp:exec] use 'False' as default for 'start_new_session' to avoid TypeError (#7899)
in Python <= 3.11 * Use False as default instead of None to avoid TypeError * Update postprocessor tests
This commit is contained in:
@@ -35,7 +35,7 @@ class ExecPP(PostProcessor):
|
||||
if options.get("async", False):
|
||||
self._exec = self._popen
|
||||
|
||||
self.session = None
|
||||
self.session = False
|
||||
self.creationflags = 0
|
||||
if options.get("session"):
|
||||
if util.WINDOWS:
|
||||
|
||||
Reference in New Issue
Block a user