Skip to content

Commit

Permalink
Mod: Udpate internal code format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jan 4, 2024
1 parent 07d5ca3 commit 81e70b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_metrics/utils/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def __set_default_value(


def __get_value(value_name: str, value: Any = None) -> Any:
if value is ... or value is None:
if value is None or value is ...:
return __get_default_value(value_name)
else:
process_func = __DEFAULT_GLOBALS[value_name]["process"]
Expand Down

0 comments on commit 81e70b3

Please sign in to comment.