Skip to content

Commit

Permalink
Merge pull request #1125 from jamesmkrieger/warning_fix
Browse files Browse the repository at this point in the history
fix pdbclusters warning
  • Loading branch information
jamesmkrieger authored Aug 18, 2020
2 parents 4a9eba9 + d300ac3 commit 0d698b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/proteins/pdbclusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def fetchPDBClusters(sqid=None):
inp = openURL(url)
except IOError:
LOGGER.warning('Clusters at {0}% sequence identity level could '
'not be downloaded.')
'not be downloaded.'.format(x))
continue
else:
out = openFile(filename+'.gz', 'w', folder=PDB_CLUSTERS_PATH)
Expand Down

0 comments on commit 0d698b4

Please sign in to comment.