Fix bad namecoin config lookup on OSX #414

Merged
grant-olson merged 1 commits from bad_osx_namecoin_config into master 2013-08-19 22:57:02 +02:00
grant-olson commented 2013-08-16 23:27:47 +02:00 (Migrated from github.com)

When starting on OSX with the new namecoin integration, this error message flies by in the console:

Failure reading namecoin config file: global name 'os' is not defined

After adding the require, I get the proper error indicating I've never configured namecoin settings:

Failure reading namecoin config file: [Errno 2] No such file or directory: '/Users/grant/Library/Application Support/namecoin/namecoin.conf'
When starting on OSX with the new namecoin integration, this error message flies by in the console: ``` Failure reading namecoin config file: global name 'os' is not defined ``` After adding the require, I get the proper error indicating I've never configured namecoin settings: ``` Failure reading namecoin config file: [Errno 2] No such file or directory: '/Users/grant/Library/Application Support/namecoin/namecoin.conf' ```
This repo is archived. You cannot comment on pull requests.
No description provided.