diff --git a/eris/tools.toml b/eris/tools.toml index 24deb72..1ac39c0 100644 --- a/eris/tools.toml +++ b/eris/tools.toml @@ -156,7 +156,7 @@ tools_for_extensions = [ [7z] dependencies = ["7zip"] url = "http://p7zip.sourceforge.net/" - command = "7zz l" + command = "7z l" [unxz] dependencies = ["xz-utils"] diff --git a/tests/golden-files/results/contents-hi3_py b/tests/golden-files/results/contents-hi3_py index f8eb0b0..a4b5d4f 100644 --- a/tests/golden-files/results/contents-hi3_py +++ b/tests/golden-files/results/contents-hi3_py @@ -1,4 +1,4 @@     -def hi():  +def hi():   print("hi") \ No newline at end of file diff --git a/tests/golden-files/results/python_gut-hi3_py b/tests/golden-files/results/python_gut-hi3_py index 994b829..07e324f 100644 --- a/tests/golden-files/results/python_gut-hi3_py +++ b/tests/golden-files/results/python_gut-hi3_py @@ -1,3 +1,3 @@     -def hi(): \ No newline at end of file +def hi(): \ No newline at end of file