Skip to content

Commit 8db9167

Browse files
committed
reuse variable instead
1 parent c5606a2 commit 8db9167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def main(args):
436436
# it is to support non JRF domain but user wants to use ATP database
437437
archive_file_name = model_context.get_archive_file_name()
438438
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())
439+
archive_file = WLSDeployArchive(archive_file_name)
440440
if archive_file:
441441
atp_wallet_zipentry = archive_file.getATPWallet()
442442
if atp_wallet_zipentry:

0 commit comments

Comments
 (0)