There was an error while loading. Please reload this page.
1 parent 0b0c26d commit 716fc31Copy full SHA for 716fc31
1 file changed
exodus/trackers/management/commands/importtrackers.py
@@ -15,7 +15,7 @@ def add_arguments(self, parser):
15
16
def handle(self, *args, **options):
17
if Tracker.objects.all()[:1].count() > 0:
18
- raise CommandError('Your trackers table in not empty, please truncate its before the import')
+ raise CommandError('Your trackers table is not empty, please truncate it before the import')
19
20
json_str = self.read_file(options['filename']).decode('utf-8')
21
trackers = json.loads(json_str)
0 commit comments