Untitled
unknown
plain_text
2 years ago
511 B
5
Indexable
if ('overRide' in adminVariableValue.keys() and adminVariableValue['overRide'] == 'YES' or 'NO'): overide = adminVariableValue['overRide'] else: print("overRide flag not set in admin variables...Fetching flag from config file") overide = configMainProperties.get("config", "overRide") if configMainProperties.has_option("config", "overRide") else "NO"
Editor is loading...