Skip to content

Commit

Permalink
activate add file action in autoupload
Browse files Browse the repository at this point in the history
Signed-off-by: Nir Izraeli <[email protected]>
  • Loading branch information
nirizr committed May 16, 2017
1 parent d264a9e commit 7551720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaplugin/rematch/autoupload.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main():
# add file
add_file_silent = dialogs.silent.SilentDialog([['submit', {}],
['response', {}]])
actions.project.AddFileAction(add_file_silent)
actions.project.AddFileAction(add_file_silent).activate(None)
description = "Automatically collected / uploaded by autoupload.py"
##############

Expand Down

0 comments on commit 7551720

Please sign in to comment.