My kingdom for a space

This commit is contained in:
2022-01-04 18:43:10 +00:00
parent 2a61ee2896
commit 7bd32b3ac5

View File

@@ -198,7 +198,7 @@ class Command(BaseCommand):
models.TrainingLevelRequirement.objects.create(level=technician, item=item, depth=random.choice(models.TrainingItemQualification.CHOICES)[0])
else:
models.TrainingLevelRequirement.objects.create(level=supervisor, item=item, depth=random.choice(models.TrainingItemQualification.CHOICES)[0])
except: # noqa
except: # noqa
print("Failed create for {}. Weird.".format(item))
self.levels.append(technician)