Skip to content

Route: add name format #35743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 18, 2025
Merged

Route: add name format #35743

merged 3 commits into from
Jul 18, 2025

Conversation

haraschax
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the tools label Jul 17, 2025
@@ -241,6 +241,10 @@ def __init__(self, name_str: str, allow_route_name=False):
@property
def canonical_name(self) -> str: return self._canonical_name

#TODO should only use one name
@property
def data_name(self) -> str: return f"{self._route_name.canonical_name}/{self._num}"
Copy link
Contributor

@sshane sshane Jul 17, 2025

Choose a reason for hiding this comment

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

Can we just update canonical name? It's using the old format

self._canonical_name = f"{self._route_name._dongle_id}/{self._route_name._time_str}/{self._num}"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, but that'll have to be another PR. Trying to replace duplicates in xx now.

@haraschax haraschax merged commit 54da96d into master Jul 18, 2025
16 checks passed
@haraschax haraschax deleted the refactor_data_fetch branch July 18, 2025 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants