Public bug reported:

Version 1.7.0-3 has a missing comma in a list declaration:

$ python3 -c "import pykwalify.rule; pykwalify.rule.Rule().keywords()"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/pykwalify/rule.py", line 343, in keywords
    ('nullable', 'nullable')
TypeError: 'tuple' object is not callable


Attached upstream patch to fix this.

** Affects: pykwalify (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: focal groovy hirsute

** Patch added: "Upstream commit f96b76e"
   
https://bugs.launchpad.net/bugs/1905601/+attachment/5437988/+files/fix-missing-comma.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905601

Title:
  TypeError: 'tuple' object is not callable (missing comma in list
  declaration)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pykwalify/+bug/1905601/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to