Show More
@@ -16,8 +16,7 b'' | |||||
16 | > props = self._defaults.copy() |
|
16 | > props = self._defaults.copy() | |
17 | > props.update(map) |
|
17 | > props.update(map) | |
18 | > for k, v in props.items(): |
|
18 | > for k, v in props.items(): | |
19 | > if k in (b'templ', b'ctx', b'repo', b'revcache', b'cache', |
|
19 | > if b'{{%s}}' % k not in tmpl: | |
20 | > b'troubles'): |
|
|||
21 | > continue |
|
20 | > continue | |
22 | > if callable(v) and getattr(v, '_requires', None) is None: |
|
21 | > if callable(v) and getattr(v, '_requires', None) is None: | |
23 | > props = self._resources.copy() |
|
22 | > props = self._resources.copy() |
General Comments 0
You need to be logged in to leave comments.
Login now