Skip to content

Commit

Permalink
chg: [main] move all to class for better behaviour as lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Aug 7, 2024
1 parent 31116d5 commit 8a98a24
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 348 deletions.
40 changes: 0 additions & 40 deletions config.py

This file was deleted.

2 changes: 1 addition & 1 deletion parsers/powerlogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import json


parser_description = "Parsing powerlogs database"
parser_description = "Parsing powerlogs database"


def get_log_files(log_root_path: str) -> list:
Expand Down
Loading

0 comments on commit 8a98a24

Please sign in to comment.