Skip to content

Commit 11f34b7

Browse files
Fix linting error
1 parent 0d5aa7f commit 11f34b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/Dependencies/Inputs/touch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Support glob patterns if the shell did not expand them (like cmd.exe)
2929
if glob.escape(filePathPattern) == filePathPattern:
3030
# Not a glob pattern. We should touch that specific file.
31-
filePaths = [ filePathPattern ]
31+
filePaths = [filePathPattern]
3232
else:
3333
filePaths = glob.glob(filePathPattern)
3434

0 commit comments

Comments
 (0)