fixed self inflicted bad identation
This commit is contained in:
parent
3faa98a60e
commit
f8beb0c6e6
|
@ -61,7 +61,7 @@ class Command(BaseCommand):
|
||||||
raise Exception(f"Oops! Something went wrong there")
|
raise Exception(f"Oops! Something went wrong there")
|
||||||
|
|
||||||
def parsing(self):
|
def parsing(self):
|
||||||
for s, p in self.snapshots:
|
for s, p in self.snapshots:
|
||||||
try:
|
try:
|
||||||
self.devices.append(Build(s, self.user))
|
self.devices.append(Build(s, self.user))
|
||||||
move_json(p, self.user.institution.name)
|
move_json(p, self.user.institution.name)
|
||||||
|
|
Loading…
Reference in New Issue