- fix wrong method name
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user