Skip to content

Commit 12c4d89

Browse files
authored
Merge pull request #1020 from oracle-devrel/bios62-patch-1
Update kms_key_backup.py
2 parents 8ed44ad + bae9506 commit 12c4d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/security-design/shared-assets/kms-backup/files/kms_key_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def load_config(config_file_name):
8787
config = json.load(config_file)
8888
config_file.close()
8989
except Exception as ioError:
90-
print("Load of configuration file: " + args.configfile + " failed")
90+
print("Load of configuration file: " + config_file_name + " failed")
9191
exit(1)
9292
except Exception as ConfigError:
9393
print("JSON Parse of configuration file: " + config_file_name + " failed")

0 commit comments

Comments
 (0)