Skip to content

Commit

Permalink
fix pdbclusters warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Aug 18, 2020
1 parent 4a9eba9 commit d300ac3
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 d300ac3

Please sign in to comment.