diff --git a/Util/MachineProductCfg.py b/Util/MachineProductCfg.py index 83e2dc8..fdd8691 100644 --- a/Util/MachineProductCfg.py +++ b/Util/MachineProductCfg.py @@ -36,6 +36,8 @@ def getTideStations(): if "TideStation" in i['@key'] and i['@value'] != "": stations.append(i['@value'].split("_")[2]) + return stations + def getAirportCodes(): """ Returns all of the airport identifiers present in the MachineProductCfg """ airports = []