Fixed formatting
This commit is contained in:
parent
9994a22f16
commit
e80639c859
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue