removing early exit in configIsToday()
This commit is contained in:
parent
028b98ab2b
commit
cf7d53c470
|
|
@ -3961,7 +3961,6 @@ def isInteger(n):
|
|||
|
||||
def configIsToday(configName):
|
||||
# TODO: replace usage of strptime with something else
|
||||
return False
|
||||
# returns true if config string is a valid representation of today's date
|
||||
today = time.localtime()
|
||||
confStr = config.GetString(configName, '')
|
||||
|
|
|
|||
Loading…
Reference in New Issue