freddiev4/dailyprogrammerchallenges

Wrong name of Easy Challenge #266 folder.

Ouss4 opened this issue · 2 comments

Ouss4 commented

This week's easy challenge has a : in the name of the folder, which causes some problems as we can't have : in a folder name.

The sequence \/:?*"<> should be ignored in folders name.

Hmm... Thought I had this issue fixed a long time ago. I'll try to hash it
out for good by tonight.
On May 14, 2016 7:58 PM, "Ouss4" notifications@github.com wrote:

This week's easy challenge has a : in the name of the folder, which
causes some problems as we can't have : in a folder name.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#152

Ouss4 commented

Actually you did. But only for the get_all_submissions function, not for get_current_week function.

This regex is missing : t = re.sub(r'[<>:\"\\\/|?*]', '', title) in the week function.