Skip to content

Improved the CmdResult namedtuple subclass#80

Merged
tleonhardt merged 1 commit intomasterfrom
cmd_result
Mar 14, 2017
Merged

Improved the CmdResult namedtuple subclass#80
tleonhardt merged 1 commit intomasterfrom
cmd_result

Conversation

@tleonhardt
Copy link
Copy Markdown
Member

Improved the "CmdResult" class which is provided as an example for how users may wish to store results from the last command so they can get access to them from Python scripts.

The last two arguments (err and war) are now optional, they both default to an empty string.

Only the 1st argument (out) is required.

The last two arguments (err and war) are now optional.
Only the 1st argument (out) is required.
err and war default to empty strings.
@tleonhardt tleonhardt added this to the 0.7.1 milestone Mar 14, 2017
@tleonhardt tleonhardt self-assigned this Mar 14, 2017
@tleonhardt tleonhardt merged commit 2d4b43a into master Mar 14, 2017
@tleonhardt tleonhardt deleted the cmd_result branch March 14, 2017 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant