[projects/pld-builder.new] request: drop the never-implemented command request kind
arekm
arekm at pld-linux.org
Wed Aug 12 11:46:36 CEST 2026
commit 9591e465420a5caaa487306f58a90ea6ce24bbbb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Aug 12 11:03:05 2026 +0200
request: drop the never-implemented command request kind
The Command class never existed, so a top-level <command> died with
NameError; now it hits the evil-request panic like any unknown element.
PLD_Builder/request.py | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/PLD_Builder/request.py b/PLD_Builder/request.py
index 47bb809..29921c1 100644
--- a/PLD_Builder/request.py
+++ b/PLD_Builder/request.py
@@ -592,9 +592,6 @@ def build_request(e):
return Group(e)
elif e.nodeName == "notification":
return Notification(e)
- elif e.nodeName == "command":
- # FIXME
- return Command(e)
else:
log.panic("xml: evil request [%s]" % e.nodeName)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/44916a7a9112928736ec2b65b4fa58a90bc5828c
More information about the pld-cvs-commit
mailing list