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 0d5aa7f commit 11f34b7Copy full SHA for 11f34b7
test/Driver/Dependencies/Inputs/touch.py
@@ -28,7 +28,7 @@
28
# Support glob patterns if the shell did not expand them (like cmd.exe)
29
if glob.escape(filePathPattern) == filePathPattern:
30
# Not a glob pattern. We should touch that specific file.
31
- filePaths = [ filePathPattern ]
+ filePaths = [filePathPattern]
32
else:
33
filePaths = glob.glob(filePathPattern)
34
0 commit comments