Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Jan 25, 2025
1 parent 2cb7a6b commit e61ab2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appdaemon/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ def main(self): # noqa: C901
"--write_toml", help="use TOML for creating new app configuration files", action="store_true")
parser.add_argument("--toml", help="Deprecated", action="store_true")

#test

args = parser.parse_args()

config_dir = args.config
Expand Down

0 comments on commit e61ab2b

Please sign in to comment.