Skip to content

Commit d1b62b8

Browse files
committed
[FIX] take parentheses off bad character list
1 parent 7a97edd commit d1b62b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def run(command, env={}, shell=False):
217217

218218
args = parser.parse_args()
219219

220-
bad_chars = ['`', '|', '&', ';', '>', '<', '$', '?', '(', ')', '\.', ':', '[', ']']
220+
bad_chars = ['`', '|', '&', ';', '>', '<', '$', '?', '\.', ':', '[', ']']
221221

222222
if args.afni_proc is not None:
223223
cmd_skeleton = args.afni_proc

0 commit comments

Comments
 (0)