Skip to content

Commit 9edb454

Browse files
committed
Fix: convert filename to str
1 parent 5f07c5a commit 9edb454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/src/config/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def upload_sound(
273273
inverse_filter=eq_right,
274274
)
275275

276-
create_sound_file(signal_left, signal_right, filename)
276+
create_sound_file(signal_left, signal_right, str(filename))
277277
if soundcard_index is not None:
278278
while True:
279279
output = os.popen(

0 commit comments

Comments
 (0)