Merge lp:~joetalbott/adt-to-utah/add_output_for_commands into lp:adt-to-utah

Proposed by Joe Talbott
Status: Merged
Approved by: Para Siva
Approved revision: 10
Merged at revision: 10
Proposed branch: lp:~joetalbott/adt-to-utah/add_output_for_commands
Merge into: lp:adt-to-utah
Diff against target: 10 lines (+2/-0)
1 file modified
adt_to_utah/__init__.py (+2/-0)
To merge this branch: bzr merge lp:~joetalbott/adt-to-utah/add_output_for_commands
Reviewer Review Type Date Requested Status
Para Siva (community) Approve
Review via email: mp+256174@code.launchpad.net

Commit message

Add command stdout and stderr to entries.

Description of the change

Add command stdout and stderr to entries.

To post a comment you must log in.
Revision history for this message
Para Siva (psivaa) wrote :

Thanks, Joe.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'adt_to_utah/__init__.py'
2--- adt_to_utah/__init__.py 2015-04-13 22:36:29 +0000
3+++ adt_to_utah/__init__.py 2015-04-14 16:27:24 +0000
4@@ -74,6 +74,8 @@
5 'start_time': '1970-01-01 00:00:00',
6 'time_delta': 0,
7 'user': None,
8+ 'stdout': '',
9+ 'stderr': '',
10 }
11
12

Subscribers

People subscribed via source and target branches

to all changes: