mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 05:58:23 +01:00
Fix code.fromString must retrun a code not a method
This commit is contained in:
parent
dfb6a2a14a
commit
abaee88903
@ -238,7 +238,7 @@ class code:
|
||||
@staticmethod
|
||||
def fromString(string):
|
||||
vals = string.split(",")
|
||||
return method(*vals)
|
||||
return code(*vals)
|
||||
|
||||
def toDataString(self):
|
||||
string=self.name
|
||||
|
Loading…
Reference in New Issue
Block a user