Skip to content

Commit

Permalink
tested different linting
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 27, 2024
1 parent 6d5a20b commit 576acaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/processors/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ def extract_arch_name(entry: dict) -> str | None:

def _make_sure_is_safe(obj: object):
"""
This method checks if any of the specified names in removed_names are present in its content
:param obj: obj to be checked
:raises RuntimeError: If any of the specified names (removed_names) are found in the content of the file.
This method checks if any of the specified names in removed_names are present in its content
"""
removed_names = ["bestelmeyer", "gustav niemann", "prandtl", "messerschmidt"]
allowed_variation = "prandtl str"
Expand Down

0 comments on commit 576acaa

Please sign in to comment.