diff --git a/src/sixtypical/fallthru.py b/src/sixtypical/fallthru.py index f33248c..85024bd 100644 --- a/src/sixtypical/fallthru.py +++ b/src/sixtypical/fallthru.py @@ -30,6 +30,7 @@ class FallthruAnalyzer(object): return chain seen.add(next) chain.append(next) + routine_name = next def serialize(self): pending_routines = copy(self.fallthru_map)