From 1e011ef7b7d59ddc9e6e1de28aec07ae5ae4a19d Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Wed, 11 Nov 2015 16:41:37 -0700 Subject: [PATCH] Modified bat file code to hopefully print values. --- command_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_line.py b/command_line.py index ea50c33..cc4aa19 100644 --- a/command_line.py +++ b/command_line.py @@ -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(),