Skip to content

Commit

Permalink
Merge pull request #30 from thisishuey/master
Browse files Browse the repository at this point in the history
Fix for Genymotion Build Not Working #29
  • Loading branch information
thisishuey committed Apr 29, 2014
2 parents 7844e0f + 0cf791b commit b1c7c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Titanium.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def load_genymotion_vms(self):

if result != '' and result != None:
l = []
result = str(result, encoding = 'utf8')
for a in result.splitlines():
ip = a.split(',')[0]
name = a.split(',')[1]
Expand Down

0 comments on commit b1c7c74

Please sign in to comment.