Skip to content
Snippets Groups Projects
Commit 055fd54a authored by Bienchen's avatar Bienchen
Browse files

Fixing doctest

parent 62ac9b0f
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@ File Tests
opts.name, opts.ext, opts.gz = helper.FileExtension('Test file', 2,
opts.file,
('pdb', 'mmcif'),
gz=True)
gzip=True)
os.remove(fn)
......@@ -80,7 +80,7 @@ File Tests
opts.name, opts.ext, opts.gz = helper.FileExtension('Test file', 2,
opts.file,
('pdb', 'mmcif'),
gz=True)
gzip=True)
.. autofunction:: FileExists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment