Skip to content

Commit 40e62eb

Browse files
committed
fat(ENGKNOW-2781): Fix minor issue with Exec.
1 parent 7ee3e25 commit 40e62eb

File tree

1 file changed

+1
-1
lines changed
  • gortools/src/main/scala/gorsat/InputSources

1 file changed

+1
-1
lines changed

gortools/src/main/scala/gorsat/InputSources/Exec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import scala.collection.mutable.ListBuffer
3636
/**
3737
* Execute selected gor <command> commands in NOR context.
3838
*/
39-
class Exec() extends InputSourceInfo("EXEC", CommandArguments("","", 2, 10, ignoreIllegalArguments=true), isNorCommand = true) {
39+
class Exec() extends InputSourceInfo("EXEC", CommandArguments("","", 2, 100, ignoreIllegalArguments=true), isNorCommand = true) {
4040

4141
override def processArguments(context: GorContext, argString: String, iargs: Array[String],
4242
args: Array[String]): InputSourceParsingResult = {

0 commit comments

Comments
 (0)