From royshea at gmail.com Sat Jun 5 22:18:32 2010 From: royshea at gmail.com (Roy Shea) Date: Sat, 5 Jun 2010 20:18:32 -0600 Subject: [ditz-talk] [PATCH] Correctly set issue_dir from command line or user config file Message-ID: Hello, The current git HEAD fails to load issue_dir from the configuration file. This is due to the command line parser setting a default value for issue_dir that always masks the specified name in config.issue_dir. This results in ditz always trying to use ".ditz" as the issue_dir. The attached patch removes the default issue_dir value from opts. When issue_dir is not specified on the command line nor in a users configuration file, it falls back to using the ".ditz" directory. Hope this helps, -Roy -------------- next part -------------- A non-text attachment was scrubbed... Name: issue_dir-specification.patch Type: text/x-diff Size: 982 bytes Desc: not available URL: