mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] MPF.Check Path argument doesn't work properly with Linux paths due to lack of drive letters #630
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @HeroponRikiBestest on GitHub (Oct 15, 2023).
Originally assigned to: @mnadareski on GitHub.
Before You Submit
If all of those fail, then continue...
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
When specifying drive path on MPF.Check on Linux, it fails with
/:\ is not a directory or file, skipping...due to Linux not having drive paths.To Reproduce
Steps to reproduce the behavior:
Attempt to specify drive path on linux.
Expected behavior
I expected path to accept the drive path and output relevant info.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
@mnadareski commented on GitHub (Oct 18, 2023):
May be fixed as of
d68175db4e@HeroponRikiBestest commented on GitHub (Nov 22, 2023):
Confirmed fixed.