We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ed44ad + bae9506 commit 12c4d89Copy full SHA for 12c4d89
security/security-design/shared-assets/kms-backup/files/kms_key_backup.py
@@ -87,7 +87,7 @@ def load_config(config_file_name):
87
config = json.load(config_file)
88
config_file.close()
89
except Exception as ioError:
90
- print("Load of configuration file: " + args.configfile + " failed")
+ print("Load of configuration file: " + config_file_name + " failed")
91
exit(1)
92
except Exception as ConfigError:
93
print("JSON Parse of configuration file: " + config_file_name + " failed")
0 commit comments