Modified bat file code to hopefully print values.
This commit is contained in:
parent
4fbeedc787
commit
1e011ef7b7
1 changed files with 1 additions and 1 deletions
|
|
@ -940,7 +940,7 @@ class CommandBase(object):
|
|||
for i, ex_dir in enumerate(export_dirs):
|
||||
opt = export_opts[i]
|
||||
export_dict[opt+'_dir'] = ex_dir
|
||||
ex_dir_vars += 'set EXPORT_DIRS[{}]={}\n'.format(i, ex_dir)
|
||||
ex_dir_vars += 'set "EXPORT_DIRS[{}]={}"\n'.format(i, ex_dir)
|
||||
|
||||
env_vars = env_contents.format(proj_dir=self.project_dir(),
|
||||
proj_name=self.project_name(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue