Skip to content

Commit

Permalink
Fix for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Nov 26, 2023
1 parent a6e34d8 commit 420709d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion labelme/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def colored(text):

stream_handler = logging.StreamHandler(sys.stderr)
handler_format = ColoredFormatter(
"%(asctime)s [%(levelname2)s] %(module2)s:%(funcName2)s:%(lineno2)s - %(message2)s"
"%(asctime)s [%(levelname2)s] %(module2)s:%(funcName2)s:%(lineno2)s"
"- %(message2)s"
)
stream_handler.setFormatter(handler_format)

Expand Down

0 comments on commit 420709d

Please sign in to comment.