Update consoleUI.py - Rename extractRegexSign
This commit is contained in:
parent
3138bf765c
commit
8d2b9a04cf
@ -49,7 +49,7 @@ class ConsoleUI(threading.Thread):
|
|||||||
def showErrorMessage(self, message):
|
def showErrorMessage(self, message):
|
||||||
print("ERROR:\t" + message)
|
print("ERROR:\t" + message)
|
||||||
|
|
||||||
def _extractRegexSign(self, m):
|
def _extractSign(self, m):
|
||||||
if(m.group(1)):
|
if(m.group(1)):
|
||||||
if(m.group(1) == "-"):
|
if(m.group(1) == "-"):
|
||||||
return -1
|
return -1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user