Skip to content
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

🐛Fix track message #2036

Merged
merged 1 commit into from
Oct 9, 2024
Merged

🐛Fix track message #2036

merged 1 commit into from
Oct 9, 2024

Conversation

Zethson
Copy link
Member

@Zethson Zethson commented Oct 9, 2024

No description provided.

@Zethson Zethson marked this pull request as ready for review October 9, 2024 12:30
@Zethson Zethson merged commit 96d88ec into main Oct 9, 2024
10 checks passed
@Zethson Zethson deleted the Zethson-patch-1 branch October 9, 2024 12:31
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.36%. Comparing base (5abfc41) to head (a6586e4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2036      +/-   ##
==========================================
+ Coverage   92.26%   92.36%   +0.09%     
==========================================
  Files          54       54              
  Lines        6324     6315       -9     
==========================================
- Hits         5835     5833       -2     
+ Misses        489      482       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Oct 9, 2024

@github-actions github-actions bot temporarily deployed to pull request October 9, 2024 12:38 Inactive
@@ -438,7 +438,7 @@ def get_key_clashing_message(transform: Transform, key: str) -> str:
)
return (
f'Filename "{key}" clashes with the existing key "{transform.key}" for uid "{transform.uid[:-4]}...."\n\nEither init a new transform with a new uid:\n\n'
f'ln.track("{ids.base62_12()}0000)"\n\n{update_key_note}'
f'ln.track("{ids.base62_12()}0000")\n\n{update_key_note}'
Copy link
Member

Choose a reason for hiding this comment

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

Thank you!

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