Skip to content

Commit 223fbad

Browse files
committed
Forget to return value
1 parent ba66f2c commit 223fbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def my_sandbox(path, rootfs):
404404
del ql
405405
return True
406406

407-
my_sandbox(["../examples/rootfs/x8664_windows/bin/x8664_hello.exe"], "../examples/rootfs/x8664_windows")
407+
return my_sandbox(["../examples/rootfs/x8664_windows/bin/x8664_hello.exe"], "../examples/rootfs/x8664_windows")
408408

409409
self.assertTrue(QLWinSingleTest(_t).run())
410410

0 commit comments

Comments
 (0)