Skip to content

Commit 92025ef

Browse files
authored
Merge pull request #233 from rbikar/tmp-fix-mutable-field
Temporary fix for `ubi_config_version` attr
2 parents 02f2361 + 0f767a5 commit 92025ef

File tree

1 file changed

+1
-1
lines changed
  • src/pubtools/pulplib/_impl/model/repository

1 file changed

+1
-1
lines changed

src/pubtools/pulplib/_impl/model/repository/yum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class YumRepository(Repository):
113113
)
114114

115115
ubi_config_version = pulp_attrib(
116-
default=None,
116+
default="",
117117
type=str,
118118
pulp_field="notes.ubi_config_version",
119119
mutable=True,

0 commit comments

Comments
 (0)