]> git.0d.be Git - django-panik-nonstop.git/commitdiff
trivial: fix misindentation
authorFrédéric Péters <fpeters@0d.be>
Thu, 23 Jul 2020 09:20:36 +0000 (11:20 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 23 Jul 2020 09:20:36 +0000 (11:20 +0200)
nonstop/models.py

index 591a4155dac80fc471b03144eb5bcfb2dc2ce0c5..06b6516b32b86aa4264ca3f9926c21e4ba02109f 100644 (file)
@@ -97,7 +97,7 @@ class Track(models.Model):
             if os.path.exists(nfile.get_local_filepath()):
                 return nfile.get_local_filepath()
         if nfile:
             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):
         return None
 
     def file_exists(self):