fixed self inflicted bad identation

This commit is contained in:
Thomas Nahuel Rusiecki 2024-11-02 05:02:09 -03:00
parent 3faa98a60e
commit f8beb0c6e6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Command(BaseCommand):
raise Exception(f"Oops! Something went wrong there")
def parsing(self):
for s, p in self.snapshots:
for s, p in self.snapshots:
try:
self.devices.append(Build(s, self.user))
move_json(p, self.user.institution.name)