Skip to content

Conversation

jwgish
Copy link
Contributor

@jwgish jwgish commented Jul 27, 2022

No description provided.

model_files = model_context.get_model_file()

obj = ModelPreparer(model_files, model_context, _outputdir)
obj = ModelPre https://github.com/jwgish/weblogic-deploy-tooling/pull/new/WDT-644parer(model_files, model_context, _outputdir)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how the heck this got in here, and I can't figure out how to get rid of it.

arg_list, error = _return_exception_params(*args, **kwargs)
arg_len = len(arg_list)
if error is not None:
if error https://github.com/jwgish/weblogic-deploy-tooling/pull/new/WDT-644is not None:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo?

ex = JYamlException(key, arg_list)
else:
ex = JYamlException(key)
ex = https://github.com/jwgish/weblogic-deploy-tooling/pull/new/WDT-644JYamlException(key)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo?

@jwgish jwgish closed this Jul 27, 2022
@jwgish jwgish deleted the WDT-644 branch July 27, 2022 19:18
@jwgish
Copy link
Contributor Author

jwgish commented Jul 27, 2022

Abandoning -- can't figure out how to kill the typos that creeped in through some mysterious mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants