Merge pull request #4765 from neoneye/master

make_project: Removed dependency of long gone files causing "failed to copy" warnings
This commit is contained in:
Vitalii Koshura 2022-06-08 23:40:29 +02:00 committed by GitHub
commit 0a932765c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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', 'cancel_jobs',
'create_work', 'create_work',
'dbcheck_files_exist', 'dbcheck_files_exist',
'db_query',
'demo_query', 'demo_query',
'demo_submit', 'demo_submit',
'dir_hier_move', 'dir_hier_move',
@ -445,7 +444,6 @@ sys.path.insert(0, os.path.join('{dest_dir}', 'py'))
'sign_executable', 'sign_executable',
'stage_file', 'stage_file',
'update_versions', 'update_versions',
'watch_tcp',
'xadd', 'xadd',
] ]
for f in command: for f in command: