Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b79269 commit 5571d09Copy full SHA for 5571d09
1 file changed
lib/core/option.py
@@ -750,7 +750,7 @@ def _setOS():
750
751
def _setTechnique():
752
validTechniques = sorted(getPublicTypeMembers(PAYLOAD.TECHNIQUE), key=lambda x: x[1])
753
- validLetters = (_[0][0].upper() for _ in validTechniques)
+ validLetters = [_[0][0].upper() for _ in validTechniques]
754
755
if conf.tech and isinstance(conf.tech, basestring):
756
_ = []
0 commit comments