We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f83bc commit f23f13dCopy full SHA for f23f13d
src/cli/generate.py
@@ -67,7 +67,7 @@ def append(self, resources):
67
for res in self._build_resource(resources):
68
if res.pkgname not in resnames:
69
self.ctx.obfuscated_modules.add(res.pkgname)
70
- self.ctx.extra_resources.append(res)
+ self.ctx.resources.append(res)
71
72
def process(self):
73
logger.info('search inputs ...')
0 commit comments