Skip to content

Commit

Permalink
Update csv_loggers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Dec 25, 2022
1 parent ee4af7d commit bb82427
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions octosuite/csv_loggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import csv
import logging
from rich import print as xprint
from octosuite.log_roller import prompt_log_csv, logged_to_csv, logging_skipped
from octosuite.log_roller import prompt_log_csv, logged_to_csv
from octosuite.message_prefixes import PROMPT, WARNING, POSITIVE, NEGATIVE, INFO


Expand Down Expand Up @@ -440,4 +440,3 @@ def log_commits_search(commit, query):

logging.info(logged_to_csv.format(file.name))
xprint(f"{POSITIVE} {logged_to_csv.format(file.name)}")

0 comments on commit bb82427

Please sign in to comment.