Skip to content

Commit

Permalink
add docstring for min_ctime
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Nov 7, 2023
1 parent 97c8262 commit 96ca252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions socs/db/suprsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ def get_known_files(self, archive_name, session=None, min_ctime=None):
session : sqlalchemy session
Session to use to query files.
min_ctime : float, optional
minimum ctime to use when querying files.
"""
if session is None:
Expand Down

0 comments on commit 96ca252

Please sign in to comment.