Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion redis_benchmarks_specification/__cli__/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def trigger_tests_cli_command_logic(args, project_name, project_version):
total_commits = 0
if args.use_branch:
for commit in repo.iter_commits():
commit_datetime = str(commit.committed_datetime)
commit_datetime = commit.committed_datetime
if (
args.from_date
<= datetime.datetime.utcfromtimestamp(commit_datetime.timestamp())
Expand Down