Skip to content

Commit

Permalink
Merge branch 'master' of github.com:saezlab/pypath
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Nov 12, 2024
2 parents 812046b + 24a3ea0 commit d4e1002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypath/formats/sdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def index_info(self):
Prints number of records indexed and name of the source file.
"""

msg = f'Indexed {len(self.names['id'])} records from `{self.fname}`.'
msg = f"Indexed {len(self.names['id'])} records from `{self.fname}`."

if not self.silent:

Expand Down

0 comments on commit d4e1002

Please sign in to comment.