Fix command line migrator

This commit is contained in:
Don Mitchell
2014-10-20 14:34:33 -04:00
parent b9c37120b3
commit 4fc8ed8e7a
2 changed files with 4 additions and 1 deletions

View File

@@ -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)