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 1ee0d9c commit e7e83deCopy full SHA for e7e83de
1 file changed
lib/core/option.py
@@ -838,7 +838,7 @@ def __setTamperingFunctions():
838
839
if check_priority and priority > last_priority:
840
message = "it seems that you might have mixed "
841
- message += "the order of tamper scripts.\n"
+ message += "the order of tamper scripts. "
842
message += "Do you want to auto resolve this? [Y/n/q] "
843
test = readInput(message, default="Y")
844
0 commit comments