Merge lp:~doanac/utah/bug11588743-part2 into lp:utah

Proposed by Andy Doan
Status: Merged
Approved by: Javier Collado
Approved revision: 873
Merged at revision: 875
Proposed branch: lp:~doanac/utah/bug11588743-part2
Merge into: lp:utah
Diff against target: 12 lines (+1/-1)
1 file modified
utah/process.py (+1/-1)
To merge this branch: bzr merge lp:~doanac/utah/bug11588743-part2
Reviewer Review Type Date Requested Status
Javier Collado (community) Approve
Max Brustkern (community) Approve
Review via email: mp+160498@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Max Brustkern (nuclearbob) wrote :

I've tested this change with https://code.launchpad.net/~doanac/utah/bug1158743/+merge/155264 and it works.

review: Approve
Revision history for this message
Javier Collado (javier.collado) wrote :

Looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utah/process.py'
2--- utah/process.py 2013-04-16 11:21:50 +0000
3+++ utah/process.py 2013-04-23 20:51:26 +0000
4@@ -36,7 +36,7 @@
5 """
6 try:
7 proc = psutil.Process(pid)
8- except (psutil.error.NoSuchProcess, TypeError, ValueError):
9+ except psutil.error.NoSuchProcess:
10 return None
11
12 cmdline = ' '.join(proc.cmdline)

Subscribers

People subscribed via source and target branches

to all changes: