We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014f886 commit a4ef809Copy full SHA for a4ef809
1 file changed
Edo-Autoscript.py
@@ -34,7 +34,7 @@
34
def Scriptit(psct):
35
# init needed vars
36
psctcopy = psct
37
- psctcopy.lower()
+ psctcopy = psctcopy.lower()
38
convtuple = ("error", 100, "tuple not changed", "")
39
40
# until scriptranslate is out of targets
0 commit comments