0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-17 03:03:52 +01:00

Remove old comment

This commit is contained in:
Erik Johnston 2017-10-13 15:23:41 +01:00
parent 2b24416e90
commit 6b725cf56a

View file

@ -102,7 +102,6 @@ class MediaRepository(object):
Args:
source: A file like object to be written
fname (str): Path to write to
close_source (bool): Whether to close source after writing
"""
MediaRepository._makedirs(fname)
source.seek(0) # Ensure we read from the start of the file