Skip to content

Commit db3dd1a

Browse files
copyright statement
1 parent 6a33432 commit db3dd1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/python/wlsdeploy/tool/discover/domain_info_discoverer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (c) 2017, 2021, Oracle Corporation and/or its affiliates.
2+
Copyright (c) 2017, 2022, Oracle Corporation and/or its affiliates.
33
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
"""
55
import glob
@@ -109,6 +109,7 @@ def get_domain_libs(self):
109109
def get_user_env_scripts(self):
110110
"""
111111
Look for the user overrides scripts run in setDomainEnv in the domain bin directory
112+
If discover is running with the -target <type> do not collect the domainBin scripts
112113
:raise: DiscoverException: an unexpected exception occurred writing a jar file to the archive file
113114
"""
114115
_method_name = 'get_user_env_scripts'

0 commit comments

Comments
 (0)