Skip to content

Commit

Permalink
too many tabs causing SyntaxError
Browse files Browse the repository at this point in the history
  • Loading branch information
grouse committed Jan 15, 2004
1 parent e619728 commit 7ace0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/PDB/PDBList.py
Expand Up @@ -171,7 +171,7 @@ def retrieve_pdb_file(self,pdb_code, compression='.Z', uncompress="gunzip", writ
open(filename,'w').write(lines)

# uncompress the file
os.system("%s %s" % (uncompress, filename))
os.system("%s %s" % (uncompress, filename))

return lines

Expand Down

0 comments on commit 7ace0b4

Please sign in to comment.