diff --git a/oscontrib/sampleInputFile.json b/oscontrib/inputFile.json similarity index 100% rename from oscontrib/sampleInputFile.json rename to oscontrib/inputFile.json diff --git a/scripts/configGenerator.py b/scripts/configGenerator.py index 7126b337a..35e39f6fe 100644 --- a/scripts/configGenerator.py +++ b/scripts/configGenerator.py @@ -66,7 +66,7 @@ def updateUiConfig(field): if __name__ == '__main__': - file_path = sys.argv[1] + file_path = sys.argv[1] if len(sys.argv) > 1 else 'oscontrib/inputFile.json' with open(file_path, 'r') as file: # Load the JSON data data = json.load(file)