Skip to content

Commit

Permalink
Ticket: we do not need Publishing.Path here
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Sep 11, 2024
1 parent ee41f76 commit 0bfe7e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions voctopublish/model/ticket_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def __init__(self, ticket, ticket_id, config):
"Project.Slug"
)

# general publishing properties
self.publishing_path = ticket["Publishing.Path"]

def __get_default(self, key):
key = key.lower()
for k, v in self.config.get("defaults", {}).items():
Expand Down

0 comments on commit 0bfe7e4

Please sign in to comment.