mirror of https://github.com/CIRCL/PyCIRCLean
Fix bug with media processing
parent
32d70efe29
commit
fb7e47b10e
|
@ -303,7 +303,7 @@ class KittenGroomer(KittenGroomerBase):
|
||||||
|
|
||||||
def _media_processing(self):
|
def _media_processing(self):
|
||||||
'''Generic way to process all the media files'''
|
'''Generic way to process all the media files'''
|
||||||
self.cur_log.fields(processing_type='media')
|
self.cur_file.add_log_details('processing_type', 'media')
|
||||||
self._safe_copy()
|
self._safe_copy()
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
|
|
Loading…
Reference in New Issue