jssimporter / JSSImporter

JSSImporter is deprecated. Please see the wiki for alternatives
Apache License 2.0
145 stars 38 forks source link

Script fix #133

Closed grahampugh closed 6 years ago

grahampugh commented 6 years ago

This fixes the upload of scripts by removing the escape of XML during script import. This is already done in python-jss, so it was being duplicated resulting in corrupted XML.

grahampugh commented 6 years ago

Hmm, not sure why my zipfile fix is in this commit too - is that not already in the master branch? Maybe I should do the pull request on the testing branch?