Remove old comment
							parent
							
								
									2b24416e90
								
							
						
					
					
						commit
						6b725cf56a
					
				| 
						 | 
					@ -102,7 +102,6 @@ class MediaRepository(object):
 | 
				
			||||||
        Args:
 | 
					        Args:
 | 
				
			||||||
            source: A file like object to be written
 | 
					            source: A file like object to be written
 | 
				
			||||||
            fname (str): Path to write to
 | 
					            fname (str): Path to write to
 | 
				
			||||||
            close_source (bool): Whether to close source after writing
 | 
					 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        MediaRepository._makedirs(fname)
 | 
					        MediaRepository._makedirs(fname)
 | 
				
			||||||
        source.seek(0)  # Ensure we read from the start of the file
 | 
					        source.seek(0)  # Ensure we read from the start of the file
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue