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.
1 parent c5606a2 commit 8db9167Copy full SHA for 8db9167
core/src/main/python/create.py
@@ -436,7 +436,7 @@ def main(args):
436
# it is to support non JRF domain but user wants to use ATP database
437
archive_file_name = model_context.get_archive_file_name()
438
if not has_atp and archive_file_name and os.path.exists(archive_file_name):
439
- archive_file = WLSDeployArchive(model_context.get_archive_file_name())
+ archive_file = WLSDeployArchive(archive_file_name)
440
if archive_file:
441
atp_wallet_zipentry = archive_file.getATPWallet()
442
if atp_wallet_zipentry:
0 commit comments