We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d264a9e commit 3b0395dCopy full SHA for 3b0395d
idaplugin/rematch/autoupload.py
@@ -8,8 +8,8 @@ def main():
8
# add file
9
add_file_silent = dialogs.silent.SilentDialog([['submit', {}],
10
['response', {}]])
11
- actions.project.AddFileAction(add_file_silent)
12
- description = "Automatically collected / uploaded by autoupload.py"
+ actions.project.AddFileAction(add_file_silent).activate(None)
+ # description = "Automatically collected / uploaded by autoupload.py"
13
##############
14
15
# upload data
0 commit comments