]> git.ipfire.org Git - thirdparty/qemu.git/commit
vmstate-static-checker: Fix for current python
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 21 Nov 2019 18:53:03 +0000 (18:53 +0000)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 25 Nov 2019 22:49:50 +0000 (19:49 -0300)
commite8d0ac5801edda91412e52fb82f291eed5171c2c
tree3a70127b301a2d4af4d32497b920d3316b27f08b
parent65e05c82bdc6d348155e301c9d87dba7a08a5701
vmstate-static-checker: Fix for current python

Python 3.7.5 on f31 doesn't seem to like the old type=file syntax
on argparse.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20191121185303.51685-1-dgilbert@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
scripts/vmstate-static-checker.py