Skip to content

Commit 3b0395d

Browse files
committed
activate add file action in autoupload
Signed-off-by: Nir Izraeli <nirizr@gmail.com>
1 parent d264a9e commit 3b0395d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

idaplugin/rematch/autoupload.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def main():
88
# add file
99
add_file_silent = dialogs.silent.SilentDialog([['submit', {}],
1010
['response', {}]])
11-
actions.project.AddFileAction(add_file_silent)
12-
description = "Automatically collected / uploaded by autoupload.py"
11+
actions.project.AddFileAction(add_file_silent).activate(None)
12+
# description = "Automatically collected / uploaded by autoupload.py"
1313
##############
1414

1515
# upload data

0 commit comments

Comments
 (0)