We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2f0c2 commit 05da630Copy full SHA for 05da630
ChildProject/pipelines/processors.py
@@ -456,9 +456,9 @@ def process_recording(self, recording):
456
if recording["recording_filename"] == "NA":
457
return pd.DataFrame()
458
459
- original_file = self.project.get_recording_path(
+ original_file = str(self.project.get_recording_path(
460
recording["recording_filename"], self.input_profile
461
- )
+ ))
462
converted_filename = os.path.splitext(recording["recording_filename"])[0] + "." + self.format
463
464
destination_file = os.path.join(
0 commit comments