Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Nov 22, 2024
1 parent f4a552a commit ca50a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/gen/filters/_genericfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def apply(self, db, id_list=None, tupleind=None, user=None, tree=False):
if user:
user.begin_progress(_("Filter"), _("Preparing ..."), len(self.flist) + 1)
# Give the progress popup some time to be visible:
time.sleep(.1)
time.sleep(0.1)

for rule in self.flist:
if user:
Expand Down

0 comments on commit ca50a40

Please sign in to comment.