We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61ab2b commit 5a99dd0Copy full SHA for 5a99dd0
appdaemon/__main__.py
@@ -257,8 +257,6 @@ def main(self): # noqa: C901
257
"--write_toml", help="use TOML for creating new app configuration files", action="store_true")
258
parser.add_argument("--toml", help="Deprecated", action="store_true")
259
260
- #test
261
-
262
args = parser.parse_args()
263
264
config_dir = args.config
0 commit comments