Skip to content

Commit 79980d1

Browse files
committed
whoops
1 parent 4846e22 commit 79980d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

process.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ def evaluate(self, pr, condition_key, condition_value):
113113
result = func(pr, cv=condition_value)
114114

115115
if condition_key == 'created_at':
116-
log.debug("\t\tTime: %s %s %s", result, condition_value)
116+
log.debug("\t\tTime: %s %s", result, condition_value)
117117
result, condition_value = self._time_to_int(result, condition_value)
118-
log.debug("\t\tTime: %s %s %s", result, condition_value)
118+
log.debug("\t\tTime: %s %s", result, condition_value)
119119

120120
# There are two types of conditions, text and numeric.
121121
# Numeric conditions are only appropriate for the following types:

0 commit comments

Comments
 (0)