Closed Judy85 closed 7 years ago
version 7.0b10 fails on line 73: file.write('@echo off\r\ncall "%s" "%s" %1 %2\r\n' % (sys.executable, this_file))
maybe this? file.write('@echo off\r\ncall "%s" "%s" %s %s\r\n' % (sys.executable, this_file, '%1', '%2'))
Aargh! That worked for me, or so I thought. I can see why it fails though.
Okay, fixed it. Check for add-on updates and try again.
version 7.0b11 confirmed fixed, thx!
version 7.0b10 fails on line 73: file.write('@echo off\r\ncall "%s" "%s" %1 %2\r\n' % (sys.executable, this_file))
maybe this? file.write('@echo off\r\ncall "%s" "%s" %s %s\r\n' % (sys.executable, this_file, '%1', '%2'))