- fix wrong method name

This commit is contained in:
cclecle
2022-05-25 20:13:53 +02:00
parent 7d0ada6d95
commit dc86175687

View File

@@ -122,7 +122,7 @@ class ChaChaSimpleINI:
#print("find unknown, ignoring this line")
pass
def sefFilePath(self,filepath:str):
def setFilePath(self,filepath:str):
self.filepath = filepath
def formatAll(self,bBeautify:bool = False) -> str: