Skip to content
Snippets Groups Projects
Commit a7ba32f8 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Indentation fix.

parent 264024e6
Branches
Tags v0.2
No related merge requests found
...@@ -413,7 +413,7 @@ class Upload(Chord): ...@@ -413,7 +413,7 @@ class Upload(Chord):
def all_calcs(self, start, end, order_by='mainfile'): def all_calcs(self, start, end, order_by='mainfile'):
return Calc.objects(upload_id=self.upload_id)[start:end].order_by(order_by) return Calc.objects(upload_id=self.upload_id)[start:end].order_by(order_by)
@staticmethod @staticmethod
def repair_all(): def repair_all():
""" """
Utitlity function that will look for suspiciously looking conditions in Utitlity function that will look for suspiciously looking conditions in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment