mbox series

[0/2] analyze-migration.py: trivial fixes

Message ID 20211015131645.501281-1-lvivier@redhat.com
Headers show
Series analyze-migration.py: trivial fixes | expand

Message

Laurent Vivier Oct. 15, 2021, 1:16 p.m. UTC
This script is not used a lot but it helps to debug migration,
so it's annoying when we need it and it doesn't work...

The first patch fix an error message that is erroneous and thus
doesn't help at all.

The second fixes a problem introduced by python3 and preventing
to run the extract mode.

Laurent Vivier (2):
  analyze-migration.py: fix a long standing typo
  analyze-migration.py: fix extract contents ('-x') errors

 scripts/analyze-migration.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Laurent Vivier Oct. 19, 2021, 7:56 a.m. UTC | #1
Le 15/10/2021 à 15:16, Laurent Vivier a écrit :
> This script is not used a lot but it helps to debug migration,
> so it's annoying when we need it and it doesn't work...
> 
> The first patch fix an error message that is erroneous and thus
> doesn't help at all.
> 
> The second fixes a problem introduced by python3 and preventing
> to run the extract mode.
> 
> Laurent Vivier (2):
>   analyze-migration.py: fix a long standing typo
>   analyze-migration.py: fix extract contents ('-x') errors
> 
>  scripts/analyze-migration.py | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 


Applied to my trivial-patches branch.

Thanks,
Laurent