mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
make tox happy
This commit is contained in:
@@ -6,6 +6,7 @@ import time
|
||||
def iter_lines(s):
|
||||
return iter(s.readline, '')
|
||||
|
||||
|
||||
def run_qemu(request, run_args=[]):
|
||||
subprocess.check_call('rm -f ./state/empty-hd.img', shell=True)
|
||||
print('\nrm ./state/*')
|
||||
|
Reference in New Issue
Block a user