diff --git a/setup/git_post_checkout_hook.py b/setup/git_post_checkout_hook.py index c9a27b077b..9aefa16bed 100755 --- a/setup/git_post_checkout_hook.py +++ b/setup/git_post_checkout_hook.py @@ -63,5 +63,7 @@ elif flags in ('master', 'qt5'): sys.stdout.write(red) print ('\nPyQt' + '4 present in:', fpath) sys.stdout.write(reset) + print ('\n') + subprocess.check_call(['python', 'setup/qt5-migrate.py'])