We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6e6f9 commit 454ec67Copy full SHA for 454ec67
ffcuesplitter/user_service.py
@@ -200,7 +200,6 @@ def work_on_temporary_directory(self):
200
self.move_files_to_outputdir()
201
# remove source file if `del_orig_files` argument is given.
202
if self.kwargs['del_orig_files']:
203
- #self.remove_source_file()
204
self.del_orig_files()
205
# ------------------------------------------------------------------------
206
0 commit comments