Fix command line migrator
This commit is contained in:
@@ -63,7 +63,7 @@ class Command(BaseCommand):
|
||||
except IndexError:
|
||||
pass
|
||||
|
||||
return course_key, user, org, course, run
|
||||
return course_key, user.id, org, course, run
|
||||
|
||||
def handle(self, *args, **options):
|
||||
course_key, user, org, course, run = self.parse_args(*args)
|
||||
|
||||
Reference in New Issue
Block a user