Skip to content
Snippets Groups Projects
Commit 0092be09 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Mask/hide standard error when processing R .rdb files.

parent 2e33ad67
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,8 @@ class RdsFile(File):
class RdbReader(Command):
MASK_STDERR = True
@tool_required('Rscript')
def cmdline(self):
return ['Rscript', '--no-environ', '-e', DUMP_RDB, self.path]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment