Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Nov 12, 2017
1 parent 5105e48 commit 02e0e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server_comm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function qstat(server)
run(`ssh -t $server qstat`)
end

qstat() = qstat(default_server())
qstat() = qstat(get_default_server())

"""
watch_qstat(server)
Expand All @@ -106,4 +106,4 @@ function watch_qstat(server)
end

"Runs `watch_qstat(default_server)`."
watch_qstat() = watch_qstat(default_server())
watch_qstat() = watch_qstat(get_default_server())

0 comments on commit 02e0e0e

Please sign in to comment.