Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def vagrant_download(args):
"""Gets an output file out of the VM.
"""
target = Path(args.target[0])
files = args.file
use_chroot = read_dict(target)['use_chroot']
SSHDownloader(target, files, use_chroot, all_=args.all)