Skip to content

Commit

Permalink
Fixes to filenaming in stacking.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Mar 22, 2024
1 parent 94dec7d commit f0c23c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions banzai_floyds/utils/file_utils.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from banzai.utils.file_utils import config_to_filename as banzai_config_to_filename


def config_to_filename(image):
filename = banzai_config_to_filename(image)
filename = filename.replace('0.1MHz_2.0preamp', '')
return filename

0 comments on commit f0c23c4

Please sign in to comment.