* src/ArgHandler.py: Adapt to recent changes.
* src/BasicUtils.py (update_empty): Clean up callback. * src/GrampsDb/_ReadGedcom.py: Clean up callback. svn: r6700
This commit is contained in:
@@ -67,7 +67,7 @@ class UpdateCallback:
|
||||
def set_total(self,total):
|
||||
self.total = total
|
||||
|
||||
def update_empty(self):
|
||||
def update_empty(self,count=None):
|
||||
pass
|
||||
|
||||
def update_real(self,count=None):
|
||||
|
Reference in New Issue
Block a user