From 33efeda90adba6f1957034e2cb91471d92b8e9f0 Mon Sep 17 00:00:00 2001 From: Nex Date: Wed, 12 Jan 2022 16:10:15 +0100 Subject: [PATCH] Added TODO note --- mvt/common/indicators.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mvt/common/indicators.py b/mvt/common/indicators.py index 7683bf4..100f3cc 100644 --- a/mvt/common/indicators.py +++ b/mvt/common/indicators.py @@ -290,6 +290,9 @@ class Indicators: return False + # TODO: The difference between check_file_name() and check_file_path() + # needs to be more explicit and clear. Probably, the two should just + # be combined into one function. def check_file_path(self, file_path) -> bool: """Check the provided file path against the list of file indicators.