main
Bob Mottram 2022-05-26 18:51:38 +01:00
parent 30d3a7be36
commit 80c6ef3eda
1 changed files with 0 additions and 2 deletions

View File

@ -1717,6 +1717,4 @@ def remove_script(content: str, log_filename: str,
except OSError:
print('EX: cannot append to svg script log')
content = content.replace(text, '')
if 'script' in content:
return ''
return content