We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8eef1 commit f0a4db2Copy full SHA for f0a4db2
toolchain/mfc/packer/packer.py
@@ -41,7 +41,10 @@ def packer():
41
if err is not None:
42
raise MFCException(err)
43
elif ARG("packer") == "compare":
44
- cons.print(f"Comparing [magenta]{os.path.relpath(ARG('input1'))}[/magenta] to [magenta]{os.path.relpath(ARG('input1'))}[/magenta]:")
+ cons.print(
45
+ f"Comparing [magenta]{os.path.relpath(ARG('input1'))}[/magenta] to "
46
+ f"[magenta]{os.path.relpath(ARG('input2'))}[/magenta]:"
47
+ )
48
49
cons.indent()
50
cons.print()
0 commit comments