Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Sep 27, 2023
1 parent 85a968e commit 8826dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goatools/anno/init/reader_idtogos.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def _init_w_godag(self, prt=stdout):
to_replace = set()
if "replaced_by" in goobj.__dict__ and goobj.replaced_by:
to_replace |= set(goobj.replaced_by.split(","))
if "consider" in goobj.__dict__:
if "consider" in goobj.__dict__ and goobj.consider:
to_replace |= goobj.consider
if to_replace:
prt.write(
Expand Down

0 comments on commit 8826dfe

Please sign in to comment.