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 c5f2710 + 9eb4743 commit f4e16ceCopy full SHA for f4e16ce
core/src/main/python/wlsdeploy/tool/util/library_helper.py
@@ -26,6 +26,7 @@ def __init__(self, model, model_context, aliases, domain_home, exception_type, l
26
self.alias_helper = AliasHelper(aliases, self.logger, exception_type)
27
self.wlst_helper = WlstHelper(self.logger, exception_type)
28
29
+ self.archive_helper = None
30
archive_file_name = self.model_context.get_archive_file_name()
31
if archive_file_name is not None:
32
self.archive_helper = ArchiveHelper(archive_file_name, self.domain_home, self.logger, exception_type)
0 commit comments