SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit c16b2f6c authored by George Katsikas's avatar George Katsikas :goat:
Browse files

use start instead of end date for proc git repos

parent 0f52b9bd
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ class ProofsRepository(models.Model):
if proceedings_issue := self.stream.submission.proceedings:
return "{journal}/{year}/{conference}".format(
journal=self.journal_abbrev,
year=proceedings_issue.event_end_date.year,
year=proceedings_issue.event_start_date.year,
conference=proceedings_issue.event_suffix.replace(" ", ""),
)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment