From f55e798e2dd9d2c28e0ba6200c49cea1f67f0123 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 23 Jul 2020 11:20:36 +0200 Subject: [PATCH] trivial: fix misindentation --- nonstop/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonstop/models.py b/nonstop/models.py index 591a415..06b6516 100644 --- a/nonstop/models.py +++ b/nonstop/models.py @@ -97,7 +97,7 @@ class Track(models.Model): if os.path.exists(nfile.get_local_filepath()): return nfile.get_local_filepath() if nfile: - return nfile.get_local_filepath() + return nfile.get_local_filepath() return None def file_exists(self): -- 2.39.2