Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc23f34 commit a0bb4a3Copy full SHA for a0bb4a3
Tools/cases_generator/generate_cases.py
@@ -237,7 +237,7 @@ def from_source_files(self) -> str:
237
except ValueError:
238
# May happen on Windows if root and temp on different volumes
239
pass
240
- filenames.append(filename)
+ filenames.append(filename.replace(os.path.sep, posixpath.sep))
241
paths = f"\n{self.out.comment} ".join(filenames)
242
return f"{self.out.comment} from:\n{self.out.comment} {paths}\n"
243
0 commit comments