nps_payload icon indicating copy to clipboard operation
nps_payload copied to clipboard

the xml file is NULL

Open Mayonaise29 opened this issue 3 years ago • 2 comments

I use all model,but the XML file is 0kb

Mayonaise29 avatar Apr 06 '21 08:04 Mayonaise29

any response here? thanks

apuhcc avatar Jan 18 '22 10:01 apuhcc

The msbuild_nps_file variable isn't closed off after writing (lines 116 - 181). Add this to line 182:

msbuild_nps_file.close()

and your xml file will have content.

terryf82 avatar Jan 27 '22 23:01 terryf82