overhangio / openedx-scorm-xblock

SCORM XBlock for Open edX
GNU Affero General Public License v3.0
37 stars 46 forks source link

fix: Scorm file upload error #79

Closed talhaaslam01 closed 1 month ago

talhaaslam01 commented 1 month ago

Description

Some of my Scorm files (client's courses) are not being uploaded because, during extraction, some of the filenames are ending with \\ double backslash. But, the code ignores only the filenames ending with / forward slash.