Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement abstract method in derived class
At least with python-3.11 the code does not pass as is, ```.console $ zkg create --features=spicy-protocol-analyzer --packagedir myprotocol 2024-05-23 07:42:37 ERROR problem during template instantiation: Can't instantiate abstract class GithubCi with abstract method validate Traceback (most recent call last): File "/usr/local/zeek/bin/zkg", line 2223, in cmd_create features = tmpl.features() ^^^^^^^^^^^^^^^ File "/usr/local/zeek/var/lib/zkg/clones/template/package-template/__init__.py", line 402, in features GithubCi(), ^^^^^^^^^^ TypeError: Can't instantiate abstract class GithubCi with abstract method validate error: problem during template instantiation: Can't instantiate abstract class GithubCi with abstract method validate ```
- Loading branch information