diff options
author | Marc-André Lureau | 2019-11-27 11:10:37 +0100 |
---|---|---|
committer | Cleber Rosa | 2019-12-16 16:59:50 +0100 |
commit | 13ae8cdb9ba2c5d7a0bec155d9415dff8d0324c6 (patch) | |
tree | 01de8e8a760eeea0b6235d2e228e00eba232260f /scripts/tap-merge.pl | |
parent | Revert "Acceptance test: cancel test if m68k kernel packages goes missing" (diff) | |
download | qemu-13ae8cdb9ba2c5d7a0bec155d9415dff8d0324c6.tar.gz qemu-13ae8cdb9ba2c5d7a0bec155d9415dff8d0324c6.tar.xz qemu-13ae8cdb9ba2c5d7a0bec155d9415dff8d0324c6.zip |
analyze-migration.py: fix find() type error
Traceback (most recent call last):
File "../scripts/analyze-migration.py", line 611, in <module>
dump.read(desc_only = True)
File "../scripts/analyze-migration.py", line 513, in read
self.load_vmsd_json(file)
File "../scripts/analyze-migration.py", line 556, in load_vmsd_json
vmsd_json = file.read_migration_debug_json()
File "../scripts/analyze-migration.py", line 89, in read_migration_debug_json
nulpos = data.rfind("\0")
TypeError: argument should be integer or bytes-like object, not 'str'
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20191127101038.327080-2-marcandre.lureau@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
Diffstat (limited to 'scripts/tap-merge.pl')
0 files changed, 0 insertions, 0 deletions