diff --git a/siteupdate/python-teresco/siteupdate.py b/siteupdate/python-teresco/siteupdate.py index c8c0371e..5f1626a9 100755 --- a/siteupdate/python-teresco/siteupdate.py +++ b/siteupdate/python-teresco/siteupdate.py @@ -1042,8 +1042,8 @@ def __init__(self,travelername,route_hash,path="../../../UserData/list_files"): checking_index = 0; for w in r.point_list: lower_label = w.label.lower().strip("+*") - list_label_1 = fields[2].lower().strip("*") - list_label_2 = fields[3].lower().strip("*") + list_label_1 = fields[2].lower().strip("+*") + list_label_2 = fields[3].lower().strip("+*") if list_label_1 == lower_label or list_label_2 == lower_label: canonical_waypoints.append(w) canonical_waypoint_indices.append(checking_index) @@ -2891,7 +2891,7 @@ def run(self): 'These graphs contain all routes currently plotted in the Travel Mapping project.']) # graphs restricted by place/area - from areagraphs.csv file - print(et.et() + "\nCreating area data graphs.", flush=True) + print("\n" + et.et() + "Creating area data graphs.", flush=True) with open(args.highwaydatapath+"/graphs/areagraphs.csv", "rt",encoding='utf-8') as file: lines = file.readlines() lines.pop(0); # ignore header line