Skip to content

Commit a4ef809

Browse files
authored
lowercasing fixed
1 parent 014f886 commit a4ef809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Edo-Autoscript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
def Scriptit(psct):
3535
# init needed vars
3636
psctcopy = psct
37-
psctcopy.lower()
37+
psctcopy = psctcopy.lower()
3838
convtuple = ("error", 100, "tuple not changed", "")
3939

4040
# until scriptranslate is out of targets

0 commit comments

Comments
 (0)