Commit 32fd3a6f authored by Lucas Carvalho's avatar Lucas Carvalho

Forgot to rename.

parent 5489c4e2
......@@ -168,7 +168,7 @@ def parseArgumentTupleAndReturnSlapgridObject(*argument_tuple):
master_ca_file = option_dict.get('master_ca_file')
signature_private_key_file = option_dict.get('signature_private_key_file')
for f in [key_file, cert_file, master_ca_file, signature_private_file]:
for f in [key_file, cert_file, master_ca_file, signature_private_key_file]:
if f not in ('', None,):
if not os.path.exists(f):
parser.error('File %r does not exists.' % f)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment