Fix path left over from debugging session

svn: r22225
This commit is contained in:
John Ralls 2013-05-09 19:32:47 +00:00
parent 735adfb0c1
commit 86b7a99101

View File

@ -96,7 +96,7 @@ def mac_setup_localization(glocale):
answer = subprocess.Popen(
args,
stderr=open("/Users/john/gramps-errors"),
stderr=open("/dev/null"),
stdout=subprocess.PIPE).communicate()[0]
if not answer:
LOG.debug("No prefs found for %s:%s", domain, key)