Merge pull request #22552 from edx/usama/prod-793-custom-backpopulate-credentials-arguments
Code fix & removed Pylint Warning Supression
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user