gootsaud / bike-riding

Assigning result of a function call, where the function has no return PYL-E1111
Bug risk
Critical
2 years ago2 years old
Assigning result of a function call, where the function has no return
122
123        # first we try to get the source for this template together
124        # with the filename and the uptodate function.
125        source, filename, uptodate = self.get_source(environment, name)126
127        # try to load the code from the bytecode cache if there is a
128        # bytecode cache configured.