Missing comma in Checkpoint.py.
svn: r8369
This commit is contained in:
parent
044e38b129
commit
7f54da4cf3
@ -1,3 +1,6 @@
|
|||||||
|
2007-04-09 Brian Matherly <brian@gramps-project.org>
|
||||||
|
* src/plugins/Checkpoint.py: missing comma in Checkpoint.py.
|
||||||
|
|
||||||
2007-04-08 Brian Matherly <brian@gramps-project.org>
|
2007-04-08 Brian Matherly <brian@gramps-project.org>
|
||||||
* src\Exporter.py
|
* src\Exporter.py
|
||||||
* src\ReportBase\_FileEntry.py
|
* src\ReportBase\_FileEntry.py
|
||||||
|
@ -355,7 +355,7 @@ class Checkpoint(Tool.Tool, ManagedWindow.ManagedWindow):
|
|||||||
else:
|
else:
|
||||||
|
|
||||||
proc = subprocess.Popen(
|
proc = subprocess.Popen(
|
||||||
("co", "-p", archive_base), stdout=subprocess.PIPE
|
("co", "-p", archive_base), stdout=subprocess.PIPE,
|
||||||
stderr = subprocess.PIPE )
|
stderr = subprocess.PIPE )
|
||||||
status = proc.wait()
|
status = proc.wait()
|
||||||
message = "\n".join(proc.stderr.readlines())
|
message = "\n".join(proc.stderr.readlines())
|
||||||
|
Loading…
Reference in New Issue
Block a user