Skip to content

Commit

Permalink
Fix running Flask and Django projects on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
inuur committed Mar 23, 2022
1 parent f68aa89 commit 16e93d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hstest/testing/process_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def start(self):
# to communicate between processes
self._use_byte_stream = True

args = ['cmd', '/c'] + args
args = ['cmd', '/c'] + args

self.process = subprocess.Popen(
args,
Expand Down

0 comments on commit 16e93d3

Please sign in to comment.