Fixed formatting

This commit is contained in:
dvanaken 2019-11-26 08:27:33 -05:00 committed by Dana Van Aken
parent 9994a22f16
commit e80639c859
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ class Command(BaseCommand):
def handle(self, *args, **options): def handle(self, *args, **options):
directory = options['directory'] or '' directory = options['directory'] or ''
path = os.path.join(directory, filename) path = os.path.join(directory, options['filename'])
try: try:
with open(path, 'r') as f: with open(path, 'r') as f: