Skip to content

Commit 4ef0824

Browse files
committed
init local base for ssh socket
1 parent 58b4e69 commit 4ef0824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/qsys_local.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ LOCAL = R6::R6Class("LOCAL",
66

77
public = list(
88
initialize = function(...) {
9+
super$initialize(...)
910
},
1011

1112
submit_job = function(template=list(), log_worker=FALSE) {

0 commit comments

Comments
 (0)