Cover more cases including passing objects via ExtractedObjects and CustomTarget.pull/11198/head
parent
9e1baebb23
commit
b38bf09b94
2 changed files with 23 additions and 3 deletions
@ -0,0 +1,5 @@ |
||||
#! /usr/bin/env python3 |
||||
|
||||
import sys |
||||
from shutil import copyfile |
||||
copyfile(*sys.argv[1:]) |
Loading…
Reference in new issue