Draft: Merge version0.1 changes into dev
Compare changes
- nugget authored
Fix copy picture to destination bug caused by shutil.move. Switched to shutil.copy2 followed by os.remove.
+ 3
− 1
@@ -92,7 +92,9 @@ def publish(src_datapath, dst_path, figure, plot_name, data_storage):