Skip to content
Snippets Groups Projects
Commit f8901597 authored by Bob Lantz's avatar Bob Lantz
Browse files

Added default prefix for window titles if none is specified.

parent 388f54e1
No related branches found
No related tags found
Loading
......@@ -22,7 +22,7 @@ def joinCmd( args ):
result += " %s" % arg
return result
def makeTerm( node, title = '', term = 'xterm' ):
def makeTerm( node, title = 'Node', term = 'xterm' ):
"""Run screen on a node, and hook up a terminal.
node: Node object
title: base title
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment