Skip to content

Commit

Permalink
Merge pull request #4 from swamycnn/swamycnn-patch-4
Browse files Browse the repository at this point in the history
Blank with space CI check error
  • Loading branch information
swamycnn committed Jun 2, 2017
2 parents 1d2d7e9 + 3c77fee commit 1f4f14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/execute_program_in_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def main():
print "ERROR: More info on process"
print pm.ListProcessesInGuest(vm, creds, [res])
break

except IOError, e:
print e
except vmodl.MethodFault as error:
Expand Down

0 comments on commit 1f4f14f

Please sign in to comment.