Code fix & removed Pylint Warning

This commit is contained in:
usama sadiq
2019-12-17 15:01:30 +05:00
parent 044a4899c5
commit dc666127f1

View File

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