clockfort/GitHub-Backup

sh: 1: Syntax error: Unterminated quoted string

za3k opened this issue · 2 comments

za3k commented

os.system("echo %s"%(shell_escape("Hello 'world'"),))
-> sh: 1: Syntax error: Unterminated quoted string

I've made a PR at #24 which seems to address to the same issue

fixed in #24