From db3f6dc6374e79726ea9c089c263759abe8e23f9 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Tue, 7 May 2019 11:25:49 +0100 Subject: [PATCH] Updated the frame creation to ensure that the directory is made correctly. --- minke/mdctools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/minke/mdctools.py b/minke/mdctools.py index 1827e11..6e38472 100644 --- a/minke/mdctools.py +++ b/minke/mdctools.py @@ -748,7 +748,8 @@ class Frame(): # Make the directory in which to store the files # if it doesn't exist already - + mkdir(frameloc) + # Write out the frame file lalframe.FrameWrite(frame, frameloc+filename) -- GitLab