Skip to content

Commit b2b8e9a

Browse files
committed
Runner.java: Fix an expression
Signed-off-by: Ce Gao <[email protected]>
1 parent 1944950 commit b2b8e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rprocessing/Runner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private static void log(final Object... objs) {
3939

4040
public static void main(final String[] args) throws Exception {
4141
if (args.length < 1) {
42-
throw new RuntimeException("I need the path of your R script as an argument.");
42+
throw new RuntimeException("The path of your R script is needed as an argument.");
4343
}
4444
try {
4545
sketch = new StandaloneSketch(args);

0 commit comments

Comments
 (0)