diff --git a/Util/MachineProductCfg.py b/Util/MachineProductCfg.py index 0e68b3b..b6d4970 100644 --- a/Util/MachineProductCfg.py +++ b/Util/MachineProductCfg.py @@ -37,6 +37,8 @@ def getMetroCities(): if 'MetroMapCity' in i['@key'] and i['@value'] != "": locationIds.append(i['@value'].split("_")[2]) + return locationIds + def getTideStations(): """ Returns all of the tide stations present in the MachineProductCfg """ stations = []