Skip to content

Commit d404311

Browse files
committed
fix log message
1 parent a13f3a1 commit d404311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgscatalog.corelib/src/pgscatalog/corelib/scorefiles.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def __init__(self, identifier, target_build=None, query_result=None, **kwargs):
259259
self._directory = self.local_path.parent
260260

261261
def _init_from_accession(self, accession, target_build):
262-
logger.debug(f"Instantiating ScoringFile from accession {accession.pgs_id}")
262+
logger.debug("Instantiating ScoringFile from accession")
263263

264264
match self._identifier:
265265
case ScoreQueryResult():

0 commit comments

Comments
 (0)