Skip to content

Commit 2638489

Browse files
Terfeffigies
andauthored
remove hardcoded variable
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent b336132 commit 2638489

File tree

1 file changed

+1
-1
lines changed
  • nipype/interfaces

1 file changed

+1
-1
lines changed

nipype/interfaces/r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class RCommand(CommandLine):
4949
>>> out = r.run() # doctest: +SKIP
5050
"""
5151

52-
_cmd = "R"
52+
_cmd = get_r_command()
5353
_default_r_cmd = None
5454
_default_rfile = None
5555
input_spec = RInputSpec

0 commit comments

Comments
 (0)