oa clone crash when the destination directory already existe
oa clone AV.chloroplast AV.chloroplast.save
2016-04-22 17:06:21,962 [INFO ] Copying the assembly AV.chloroplast to AV.chloroplast.save
Traceback (most recent call last):
File "/nfs_scratch/LECA_ENVIRONEMENT/softs/ORG.asm-0.2.03/export/bin/oa", line 62, in <module>
config[root_config_name]['module'].run(config)
File "/nfs_scratch/LECA_ENVIRONEMENT/softs/ORG.asm-0.2.03/lib/python3.5/site-packages/orgasm/commands/clone.py", line 46, in run
"%s.oas" % config['clone']['dest'])
File "/applis/ciment/v2/stow/x86_64/gcc_4.6.2/python_3.5.0/lib/python3.5/shutil.py", line 309, in copytree
os.makedirs(dst)
File "/applis/ciment/v2/stow/x86_64/gcc_4.6.2/python_3.5.0/lib/python3.5/os.py", line 241, in makedirs
mkdir(name, mode)
FileExistsError: [Errno 17] File exists: 'AV.chloroplast.save.oas'