Skip to content

Commit

Permalink
proc title
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Leeds authored and rleeds committed Nov 29, 2010
1 parent d876e09 commit ef06e42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions greins/app.py
Expand Up @@ -21,7 +21,9 @@ def init(self, parser, opts, args):
if not os.path.isdir(args[0]):
parser.error("APP_DIR must refer to an existing directory.")

self.cfg.set("default_proc_name", parser.get_prog_name())
self.app_dir = os.path.abspath(args[0])

self._mounts = {}
self._hooks = {}

Expand Down

0 comments on commit ef06e42

Please sign in to comment.