We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9e83f commit d915e98Copy full SHA for d915e98
1 file changed
example.py
@@ -30,5 +30,5 @@ def static_network(domain: str = "",
30
}
31
32
33
-error = api.build("debian10.iso", "debian", "10", "x86_64", "horst", [dhcp_network()])
34
-print("Errors: " + str(error))
+ERROR = api.build("debian10.iso", "debian", "10", "x86_64", "horst", [dhcp_network()])
+print("Errors: " + str(ERROR))
0 commit comments