Skip to content
Snippets Groups Projects
Commit dc666127 authored by usama sadiq's avatar usama sadiq
Browse files

Code fix & removed Pylint Warning

parent 044a4899
No related merge requests found
......@@ -73,7 +73,7 @@ class Command(BaseCommand):
if options['args_from_database']:
logger.info('Loading arguments from the database for custom programs or learners.')
arguments = self.get_args_from_batabase() # pylint: disable=no-member
arguments = self.get_args_from_database()
program_uuids = arguments.get('program-uuids', None)
usernames = arguments.get('usernames', None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment