]> git.parisson.com Git - telecaster-server.git/commitdiff
typo
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 24 Dec 2024 11:00:03 +0000 (12:00 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 24 Dec 2024 11:00:03 +0000 (12:00 +0100)
bin/mastering/mastering.py

index d1323a05ab7c07d037c56cc9f86dfc7c889041f7..52a67f70527daa20ae5f41ef95aa954d624dda63 100755 (executable)
@@ -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):