mediagoblin-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GMG-Devel] Bug in media types extension parsing


From: Laura Arjona Reina
Subject: Re: [GMG-Devel] Bug in media types extension parsing
Date: Tue, 07 Jul 2015 01:09:51 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0

Hi Michael

El 13/03/15 a las 18:00, Michael Macnair escribió:
> As requested on IRC because bug tracker registration is disabled:
> 
> media_types/__init__.py:109:
>     if filename.find('.') > 0:
> should be:
>     if filename.find('.') >= 0:
> 
> Because otherwise files of the form "./blah.mp4" don't work, which
> happens with the localfiles plugin.
> 
> Ditto for line 87.
> 
> Cheers,
> Michael


Apologies, your mail got stuck in the spam queue (non-subscribed
sender), and I've neglected the spam cleaning until today... I'm very
sorry your mail didn't arrive the list on time.

Better late than never (I hope), I've just created a report in our issue
tracker:

#5336: Bug in media types extension parsing
https://issues.mediagoblin.org/ticket/5336

Thank you very much for contributing to GNU MediaGoblin!

Regards

-- 
Laura Arjona
https://wiki.debian.org/LauraArjona

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]