[r22225]Fix path left over from debugging session
svn: r22226
This commit is contained in:
parent
4abb1fb142
commit
91a30eaaed
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user