Skip to content

Commit

Permalink
fixed constructeur
Browse files Browse the repository at this point in the history
  • Loading branch information
GODARD Patrice authored and allburov committed Dec 18, 2024
1 parent d46abcc commit 3c21d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dohq_artifactory/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ def __init__(
self.notes = ""
self.package_type = packageType or package_type
self.repositories = repositories or []
default_deployment_repo_name=None
self.default_deployment_repo_name = default_deployment_repo_name

if packageType:
msg = "packageType is deprecated, use package_type"
Expand Down

0 comments on commit 3c21d18

Please sign in to comment.