Fix pyproject.toml #190
No reviewers
Labels
No Label
Kind
Breaking
Kind
Bug
Kind: Community
Kind
Documentation
Kind
Easy
Kind
Enhancement
Kind
Feature
Kind
Proposal
Kind
Security
Kind
Studio Request
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio-pipeline#190
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dfelinto/blender-studio-pipeline:fix-toml"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This syntax was wrong (and breaking
black
, since black needs this file for its settings).Note that sometimes the toml file has author=, email=. But since the original commit (
71eee5ccac
) went for a simple format, I'm just using it here as well.I also removed some extra spaces/chars at the end of lines.
Thank you for catching this!