Skip to content

Commit f4e16ce

Browse files
authored
Merge pull request #119 from oracle/issue#118-creation-update-failing-archive-file-not-specified
Issue#118 - Initialize archive helper to None to enable later check
2 parents c5f2710 + 9eb4743 commit f4e16ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/python/wlsdeploy/tool/util/library_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def __init__(self, model, model_context, aliases, domain_home, exception_type, l
2626
self.alias_helper = AliasHelper(aliases, self.logger, exception_type)
2727
self.wlst_helper = WlstHelper(self.logger, exception_type)
2828

29+
self.archive_helper = None
2930
archive_file_name = self.model_context.get_archive_file_name()
3031
if archive_file_name is not None:
3132
self.archive_helper = ArchiveHelper(archive_file_name, self.domain_home, self.logger, exception_type)

0 commit comments

Comments
 (0)