Skip to content

Fix service storage path issues - #39

Merged
jesudasjoseph merged 5 commits into
mainfrom
fix-service-storage-path-issues
Apr 23, 2026
Merged

Fix service storage path issues#39
jesudasjoseph merged 5 commits into
mainfrom
fix-service-storage-path-issues

Conversation

@jesudasjoseph

Copy link
Copy Markdown
Contributor

No description provided.

@jesudasjoseph
jesudasjoseph merged commit 89095d7 into main Apr 23, 2026
1 check passed
@jesudasjoseph
jesudasjoseph deleted the fix-service-storage-path-issues branch April 23, 2026 22:05
service_name = '{0}/{1}'.format(job.uuid, k)
rel_path = '{}.nc'.format(service_name)
abs_path = os.path.join(SERVICE_DATA_ROOT, rel_path)
abs_path = os.path.join(settings.MEDIA_ROOT, SERVICE_DATA_ROOT, rel_path)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jesudasjoseph This is a breaking change for SST (and SPHT) which doesn't store service data inside the media root (and that doesn't seem desirable to do anyway). What issue is this addressing? Maybe we can find a different solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants