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.

This commit is contained in:
Simon Strandgaard 2022-06-08 21:40:37 +02:00
parent 82e8eb98a6
commit 5edf32456d
1 changed files with 0 additions and 2 deletions

View File

@ -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: