Skip to content

Commit

Permalink
add wait timer for build
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Jan 23, 2025
1 parent d450abe commit 6fbb946
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Payload_Type/athena/athena/agent_code/build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,8 @@ def wait_for_file(file_path, timeout_seconds=60):
return True

def skip_plugin(plugin_name, config, project_dir, rid):
in_path = get_interim_build_path(plugin_name, config, project_dir, rid)
out_path = get_obfuscated_build_path(plugin_name, config, project_dir, rid)
plugin_path = os.path.join(get_interim_build_path(plugin_name, config, project_dir, rid), plugin_name + ".dll")
print("Skipping")
shutil.copy(plugin_path,out_path)

def main():
Expand Down

0 comments on commit 6fbb946

Please sign in to comment.