changeset 8:0735cfcc7490 draft

Uploaded
author greg
date Wed, 14 Nov 2018 15:01:41 -0500
parents 31b9f0a18a15
children d15ae203013e
files validate_affy_metadata.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/validate_affy_metadata.py	Wed Nov 14 15:00:38 2018 -0500
+++ b/validate_affy_metadata.py	Wed Nov 14 15:01:41 2018 -0500
@@ -155,4 +155,4 @@
 if len(accumulated_msgs) > 0:
     stop_error(accumulated_msgs)
 
-shutil.copy_file(args.input, args.output)
+shutil.copyfile(args.input, args.output)