From 5edf32456d9df5b5650a179aef0c57f941147c40 Mon Sep 17 00:00:00 2001 From: Simon Strandgaard Date: Wed, 8 Jun 2022 21:40:37 +0200 Subject: [PATCH] Eliminated 2 warnings with the text "failed to copy" regarding files that are no longer in the repo. The warnings got triggered when running "make_project", this would call install_project() and print "Copying files" and attempted to copy 'db_query' and 'watch_tcp', which are no longer in the repo. --- py/Boinc/setup_project.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/py/Boinc/setup_project.py b/py/Boinc/setup_project.py index 5e6cbec8e8..48e2d86486 100644 --- a/py/Boinc/setup_project.py +++ b/py/Boinc/setup_project.py @@ -433,7 +433,6 @@ sys.path.insert(0, os.path.join('{dest_dir}', 'py')) 'cancel_jobs', 'create_work', 'dbcheck_files_exist', - 'db_query', 'demo_query', 'demo_submit', 'dir_hier_move', @@ -445,7 +444,6 @@ sys.path.insert(0, os.path.join('{dest_dir}', 'py')) 'sign_executable', 'stage_file', 'update_versions', - 'watch_tcp', 'xadd', ] for f in command: