Actually write bat file this time :)
This commit is contained in:
parent
b9cd946110
commit
1fe84ec38c
1 changed files with 2 additions and 0 deletions
|
|
@ -952,6 +952,8 @@ class CommandBase(object):
|
|||
batcontents = '{}\n{}'.format(env_vars, contents)
|
||||
|
||||
bat_file = utils.path_join(TEMP_DIR, '{}.bat'.format(self.project_name()))
|
||||
with open(bat_file, 'w+') as f:
|
||||
f.write(batcontents)
|
||||
|
||||
command = [bat_file]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue