diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-04-08 15:42:16 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-04-08 15:42:16 -0400 |
commit | d169debf732270c9571be6ea6e7d920345bffc33 (patch) | |
tree | d86c1ff5d0e4a116fcc916717abb29a026862c74 /common.py | |
parent | 8864a4018c9b9088f330c3ef24ed7b5313ec36a2 (diff) |
Added parameter file options for tracers and pre/post experiment commands.
Diffstat (limited to 'common.py')
-rw-r--r-- | common.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import sys | |||
7 | from collections import defaultdict | 7 | from collections import defaultdict |
8 | from textwrap import dedent | 8 | from textwrap import dedent |
9 | 9 | ||
10 | def get_executable(prog, hint, optional=False): | 10 | def 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): |