Skip to content

Commit

Permalink
Fix this issue UJES-Client to get log exception
Browse files Browse the repository at this point in the history
Closes #87
  • Loading branch information
peacewong committed Oct 21, 2019
1 parent 84270c7 commit 6ef5b35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class JobLogAction private() extends GetAction with UJESJobAction {

private var execId: String = _

override def suffixURLs: Array[String] = Array("entrance", execId, "progress")
override def suffixURLs: Array[String] = Array("entrance", execId, "log")

}

Expand Down

0 comments on commit 6ef5b35

Please sign in to comment.