-
Notifications
You must be signed in to change notification settings - Fork 11
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
Siegfried error on Windows if root of drive is selected as input #67
Comments
Actually it is an escaping issue. I can replicate in sf if I remove the colon:
|
Here's the command that is produced by Brunnhilde:
which does indeed produce the error in sf:
|
Sorry for the multiple posts, i should have just edited the original. Anyhow I wonder if this could be resolved by using a list for the commands instead of a string with substitutions with shell=True? I think subprocess.check_output() or something similar could replace the piping and work across all operating systems. I could explore this and test unless there's a specific reason for keeping the shell=True approach? |
I suspect you're right that a list with |
On Windows 10, i've noticed that if the input is the root of a drive, a Siegfried error appears.
Siegfried itself has no issues when running with the input as the drive root. I wonder if it's just an escaping issue?
The text was updated successfully, but these errors were encountered: