aboutsummaryrefslogtreecommitdiffstats
path: root/common.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-04-08 15:42:16 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2013-04-08 15:42:16 -0400
commitd169debf732270c9571be6ea6e7d920345bffc33 (patch)
treed86c1ff5d0e4a116fcc916717abb29a026862c74 /common.py
parent8864a4018c9b9088f330c3ef24ed7b5313ec36a2 (diff)
Added parameter file options for tracers and pre/post experiment commands.
Diffstat (limited to 'common.py')
-rw-r--r--common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.py b/common.py
index a26ac94..66df7bb 100644
--- a/common.py
+++ b/common.py
@@ -7,7 +7,7 @@ import sys
7from collections import defaultdict 7from collections import defaultdict
8from textwrap import dedent 8from textwrap import dedent
9 9
10def get_executable(prog, hint, optional=False): 10def get_executable(prog, hint='unknown', optional=False):
11 '''Search for @prog in system PATH. Print @hint if no binary is found.''' 11 '''Search for @prog in system PATH. Print @hint if no binary is found.'''
12 12
13 def is_exe(fpath): 13 def is_exe(fpath):