Commit 0237c696 authored by shadMod's avatar shadMod 💬

Fix Exception to display the distro causing the error

parent 935b7bc7
...@@ -236,4 +236,4 @@ class CompileVersion: ...@@ -236,4 +236,4 @@ class CompileVersion:
}, typology }, typology
if host is None: if host is None:
raise Exception("No correct host") raise Exception(f"No correct host for {distro}")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment