#1455 python: Fix v2 client is_a_group_project usage
Merged 4 years ago by praiskup. Opened 4 years ago by crobinso.
copr/ crobinso/copr isgroup-schema  into  master

@@ -20,7 +20,7 @@ 

      name = fields.Str()

  

      owner = fields.Str()

-     # is_a_group_project = fields.Bool()

+     is_a_group_project = fields.Bool(allow_none=True)

      group = fields.Str(allow_none=True)

  

      description = fields.Str()

+1, no tests are required because we fix apiv2 while current version is apiv3. And this indeed fixes the traceback.

rebased onto 851bcef

4 years ago

Pull-Request has been merged by praiskup

4 years ago