Skip to content

Commit

Permalink
fix logger
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrengang committed Dec 16, 2024
1 parent b4763fa commit f9e8556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion evolution_example
Submodule evolution_example updated 1 files
+5 −3 README.md
1 change: 0 additions & 1 deletion soi/dot_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def match_paptern(lab, pattern):
# logger.info([lab, pattern])
match = re.compile(pattern).match(lab)
if match:
logger.info(match.groups())
return match.groups()[0]
else:
return
Expand Down

0 comments on commit f9e8556

Please sign in to comment.