Skip to content

Commit d915e98

Browse files
author
Frank Taubert
committed
linter errors
1 parent 9c9e83f commit d915e98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def static_network(domain: str = "",
3030
}
3131

3232

33-
error = api.build("debian10.iso", "debian", "10", "x86_64", "horst", [dhcp_network()])
34-
print("Errors: " + str(error))
33+
ERROR = api.build("debian10.iso", "debian", "10", "x86_64", "horst", [dhcp_network()])
34+
print("Errors: " + str(ERROR))

0 commit comments

Comments
 (0)