File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class GuideHandler:
33
33
def __init__ (self , producers_and_getters , set_methods ):
34
34
self .cur_term = 0
35
35
self .current_step = - 1
36
- self .start_point = 0
36
+ self .start_point = - 1
37
37
self .producers_and_getters = producers_and_getters
38
38
self .set_methods = set_methods
39
39
@@ -187,7 +187,7 @@ def try_perform_inconsistent_producer_step( # add using stale and overwriting
187
187
prev_key_method = self .producers_and_getters [prev_step ][0 ][0 ].__name__
188
188
LOGGER .warning (f"Unable to perform { name } because you are performing a key method at\
189
189
step { next_step } but the result of the previous step, \
190
- step { prev_step } , is not up to date .\
190
+ step { prev_step } , is STALE .\
191
191
If you already have the data for step { next_step } , \
192
192
you can use the corresponding set method: { corr_set_method } .\
193
193
Otherwise, please perform step { prev_step } \
You can’t perform that action at this time.
0 commit comments