GNOME Bugzilla – Bug 597718
Error running meld on svn versioned file
Last modified: 2010-06-07 21:44:49 UTC
Running meld from within a subversion tree with the command 'meld Jamfile' gives an error: Traceback (most recent call last):
+ Trace 218137
ret = task()
diff = difffunc()
r = readfunc()
self.proc = subprocess.Popen(command, cwd=workdir, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
errread, errwrite)
raise child_exception
The command 'meld ./Jamfile' works as expected.
Created attachment 145236 [details] [review] Patch that avoids passing the empty string to subprocess In the move to using subprocess, it looks like the case where the current working directory is passed in as "" was missed. This patch fixes the problem for me... can you confirm whether it works for you as well?
I also encountered this bug and this patch works for me.
I've pushed this patch to head. Thanks for the bug report.
This patch works for me. Thanks.
*** Bug 620862 has been marked as a duplicate of this bug. ***