Ability to provide options file per app

This commit is contained in:
Nikhil Badyal
2024-04-04 15:03:46 +05:30
committed by Nikhil Badyal
parent c20407466c
commit c496931f3f
4 changed files with 37 additions and 22 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ class Parser(object):
self.KEYSTORE_ARG,
app.keystore_name,
self.OPTIONS_ARG,
"options.json",
app.options_file,
]
if app.experiment:
logger.debug("Using experimental features")