Skip to content

Commit

Permalink
Updated the frame creation to ensure that the directory is made corre…
Browse files Browse the repository at this point in the history
…ctly.
  • Loading branch information
transientlunatic committed May 7, 2019
1 parent e6d5cd4 commit db3f6dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minke/mdctools.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,8 @@ def generate_gwf(self, mdc, directory, project = "Minke", channel="SCIENCE", for

# 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)

Expand Down

0 comments on commit db3f6dc

Please sign in to comment.