Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wiedemann
MOOC-Workbench
Commits
37768dec
Commit
37768dec
authored
Jul 08, 2019
by
Jonathan Wiedemann
Browse files
sort lessons lst
parent
92a96ce8
Changes
1
Hide whitespace changes
Inline
Side-by-side
MoocPlayer.py
View file @
37768dec
...
...
@@ -288,6 +288,7 @@ class Ui_MoocChooser(QtWidgets.QDialog):
moocWBpath
=
os
.
path
.
dirname
(
moocwb_locator
.
__file__
)
moocWBpath_lessons
=
os
.
path
.
join
(
moocWBpath
,
'lessons'
)
onlyfiles
=
[
f
for
f
in
listdir
(
moocWBpath_lessons
)
if
isfile
(
join
(
moocWBpath_lessons
,
f
))]
onlyfiles
.
sort
()
#print(onlyfiles)
for
lesson
in
onlyfiles
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment