[r22225]Fix path left over from debugging session

svn: r22226
This commit is contained in:
John Ralls 2013-05-09 19:36:34 +00:00
parent 4abb1fb142
commit 91a30eaaed

View File

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