Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7e83de

Browse files
committed
Minor update
1 parent 1ee0d9c commit e7e83de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ def __setTamperingFunctions():
838838

839839
if check_priority and priority > last_priority:
840840
message = "it seems that you might have mixed "
841-
message += "the order of tamper scripts.\n"
841+
message += "the order of tamper scripts. "
842842
message += "Do you want to auto resolve this? [Y/n/q] "
843843
test = readInput(message, default="Y")
844844

0 commit comments

Comments
 (0)