Skip to content

Commit

Permalink
add default TOML path as well
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed May 9, 2024
1 parent 6745ffe commit b0d289c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tmtccmd/config/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ def default_json_path() -> str:
return "tmtc_conf.json"


def default_toml_path() -> str:
return "tmtc_conf.toml"


class CoreComInterfaces(str, enum.Enum):
DUMMY = "dummy"
UDP = "udp"
Expand Down

0 comments on commit b0d289c

Please sign in to comment.