From: Frédéric Péters Date: Thu, 23 Jul 2020 09:20:36 +0000 (+0200) Subject: trivial: fix misindentation X-Git-Tag: v2021~103 X-Git-Url: https://git.0d.be/?p=django-panik-nonstop.git;a=commitdiff_plain;h=f55e798e2dd9d2c28e0ba6200c49cea1f67f0123 trivial: fix misindentation --- 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):