diff --git a/tools/regenByteCode.py b/tools/regenByteCode.py index dac80030bb8..1b083aa18a2 100755 --- a/tools/regenByteCode.py +++ b/tools/regenByteCode.py @@ -137,6 +137,8 @@ def append_bytecode(header, command, in_path, file_name, error): job.wait() if job.returncode != 0: print(error) + print('Command line: ') + print(*command_with_file) sys.exit(1) # Load file and ensure line endings are '\n' if on windows