@@ -170,7 +170,7 @@ def testrepos(mbed, request):
170
170
hash = pquery (['git' , 'rev-parse' , 'HEAD' ])
171
171
elif scm () == 'hg' :
172
172
hash = pquery (['hg' , 'id' , '-i' ])
173
- f .write (test4 + '/#' + str ( hash ) + '\n ' )
173
+ f .write (test4 + '/#' + hash + '\n ' )
174
174
175
175
if scm () == 'git' :
176
176
popen (['git' , 'add' , 'test4.lib' ])
@@ -188,7 +188,7 @@ def testrepos(mbed, request):
188
188
hash = pquery (['git' , 'rev-parse' , 'HEAD' ])
189
189
elif scm () == 'hg' :
190
190
hash = pquery (['hg' , 'id' , '-i' ])
191
- f .write (test3 + '/#' + str ( hash ) + '\n ' )
191
+ f .write (test3 + '/#' + hash + '\n ' )
192
192
193
193
if scm () == 'git' :
194
194
popen (['git' , 'add' , 'test3.lib' ])
@@ -206,7 +206,7 @@ def testrepos(mbed, request):
206
206
hash = pquery (['git' , 'rev-parse' , 'HEAD' ])
207
207
elif scm () == 'hg' :
208
208
hash = pquery (['hg' , 'id' , '-i' ])
209
- f .write (test2 + '/#' + str ( hash ) + '\n ' )
209
+ f .write (test2 + '/#' + hash + '\n ' )
210
210
211
211
if scm () == 'git' :
212
212
popen (['git' , 'add' , 'test2.lib' ])
0 commit comments