From a24f702cb203b258e28d8647f1a6fad125a93b50 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 24 Dec 2024 12:00:03 +0100 Subject: [PATCH] typo --- bin/mastering/mastering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mastering/mastering.py b/bin/mastering/mastering.py index d1323a0..52a67f7 100755 --- a/bin/mastering/mastering.py +++ b/bin/mastering/mastering.py @@ -198,7 +198,7 @@ class TeleCasterMastering(object): path = os.path.abspath(file) filename, ext = os.path.splitext(file) ext = ext[1:] - date_dir = datetime.datetime.fromtimestamp(os.path.getmtime(file))² + date_dir = datetime.datetime.fromtimestamp(os.path.getmtime(file)) if ext in self.source_formats and \ (date_dir >= self.date_limit and self.date_filter) and \ (not is_processed or self.force_mode): -- 2.39.5