From 835e3f95a5f5e9d2f54f3b36c67bc65b43c3d8ed Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 31 Dec 2018 08:05:56 +0100 Subject: [PATCH] [skip ci] was not used --- processing/post/addEuclideanDistance.py | 1 - 1 file changed, 1 deletion(-) diff --git a/processing/post/addEuclideanDistance.py b/processing/post/addEuclideanDistance.py index 2e5794e1b..f759b7a8f 100755 --- a/processing/post/addEuclideanDistance.py +++ b/processing/post/addEuclideanDistance.py @@ -149,7 +149,6 @@ for name in filenames: errors = [] remarks = [] - column = {} if not 3 >= table.label_dimension(options.pos) >= 1: errors.append('coordinates "{}" need to have one, two, or three dimensions.'.format(options.pos))