Manager: fixed copy/paste typo in CheckBlenderExePath() #104192
No reviewers
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#104192
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "MKRelax/flamenco:main"
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?
When browsing the source code I found that the toCheck variable in CheckBlenderExePath() was initialized to CheckSharedStoragePathJSONBody.
That should probably be CheckBlenderExePathJSONBody.
Both are of type PathCheckInput, so it's just for readability of the code, and for me to practice Git and pull requests, I haven't done this for a while :).
f65adace57
to923d6dbb53
Looks good to me, thanks!
As more practice, remove the
WIP:
title so that I can accept & land the PR :)WIP: Manager: fixed copy/paste typo in CheckBlenderExePath()to Manager: fixed copy/paste typo in CheckBlenderExePath()Thanks for the patch!