We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa46419 commit 0e2f0c2Copy full SHA for 0e2f0c2
ChildProject/pipelines/processors.py
@@ -162,9 +162,9 @@ def process_recording(self, recording):
162
if recording["recording_filename"] == "NA":
163
return pd.DataFrame()
164
165
- original_file = self.project.get_recording_path(
+ original_file = str(self.project.get_recording_path(
166
recording["recording_filename"], self.input_profile
167
- )
+ ))
168
converted_filename = os.path.splitext(recording["recording_filename"])[0] + "." + self.format
169
170
destination_file = os.path.join(
0 commit comments