|
|
@@ -2135,7 +2135,7 @@ class PathTraceView(generic.ObjectView):
|
|
|
path = related_paths.first()
|
|
|
|
|
|
# Get the total length of the cable and whether the length is definitive (fully defined)
|
|
|
- total_length, is_definitive = path.get_total_length if path else (None, False)
|
|
|
+ total_length, is_definitive = path.get_total_length() if path else (None, False)
|
|
|
|
|
|
return {
|
|
|
'path': path,
|