3185N/A# The contents of this file are subject to the terms of the 3185N/A# Common Development and Distribution License (the "License"). 3185N/A# You may not use this file except in compliance with the License. 3185N/A# See the License for the specific language governing permissions 3185N/A# and limitations under the License. 3185N/A# When distributing Covered Code, include this CDDL HEADER in each 3185N/A# If applicable, add the following below this CDDL HEADER, with the 3185N/A# fields enclosed by brackets "[]" replaced with your own identifying 3185N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3185N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. 3185N/A """Simple subclass to ignore exceptions raised during logging output.""" 3185N/A """Create error message.""" 3185N/A # If this script is used in RAD, only retrieve log levels <= INFO. 3185N/A return error(_(
"This script can only be invoked by RAD"))
3185N/A "hR:?", [
"help",
"pargs=",
"opts=",
"prog-delay="])
3185N/A return error(_(
"illegal global option -- {0} in file: {1}" 3185N/A return error(_(
"invalid option argument: {0} in file: {1}" 3185N/A # Ignore python's spurious pipe problems.