Skip to content

Commit

Permalink
WIP12
Browse files Browse the repository at this point in the history
  • Loading branch information
MoessnerFabian(Group) committed Jan 29, 2025
1 parent 80fd4a1 commit 858f250
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion logprep/util/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,4 @@ def get_versions_string(config: "Configuration" = None) -> str:
else:
config_version = f"no configuration found in {', '.join([DEFAULT_CONFIG_LOCATION])}"
version_string += f"\n{'configuration version:'.ljust(padding)}{config_version}"
return version_string
return version_string
2 changes: 0 additions & 2 deletions logprep/util/rule_dry_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ def _print_ndiff_items(self, diff):
else:
color_print_line(Back.BLACK, Fore.CYAN, item)



def _print_custom_outputs(self, test_output_custom):
color_print_title(Back.MAGENTA, "CUSTOM OUTPUTS")
for custom_output in test_output_custom:
Expand Down

0 comments on commit 858f250

Please sign in to comment.