Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coursebox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tuhe
coursebox
Commits
0a9badc2
Commit
0a9badc2
authored
8 months ago
by
tuhe
Browse files
Options
Downloads
Patches
Plain Diff
minor
parent
47e544f3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
src/coursebox.egg-info/PKG-INFO
+1
-1
1 addition, 1 deletion
src/coursebox.egg-info/PKG-INFO
src/coursebox/student_files/student_files.py
+1
-1
1 addition, 1 deletion
src/coursebox/student_files/student_files.py
with
3 additions
and
3 deletions
setup.py
+
1
−
1
View file @
0a9badc2
...
...
@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools
.
setup
(
name
=
"
coursebox
"
,
version
=
"
0.1.20.
3
"
,
version
=
"
0.1.20.
5
"
,
author
=
"
Tue Herlau
"
,
author_email
=
"
tuhe@dtu.dk
"
,
description
=
"
A course management system currently used at DTU
"
,
...
...
This diff is collapsed.
Click to expand it.
src/coursebox.egg-info/PKG-INFO
+
1
−
1
View file @
0a9badc2
Metadata-Version: 2.1
Name: coursebox
Version: 0.1.20.
3
Version: 0.1.20.
4
Summary: A course management system currently used at DTU
Home-page: https://lab.compute.dtu.dk/tuhe/coursebox
Author: Tue Herlau
...
...
This diff is collapsed.
Click to expand it.
src/coursebox/student_files/student_files.py
+
1
−
1
View file @
0a9badc2
...
...
@@ -37,7 +37,7 @@ def setup_student_files(run_files=True,
if
len
(
core_conf
[
'
projects_all
'
])
>
0
:
PACKAGE
=
list
(
core_conf
[
'
projects_all
'
].
values
()).
pop
()[
'
module_public
'
].
split
(
"
.
"
)[
0
]
else
:
PACKAGE
=
list
(
core_conf
[
'
weeks_all
'
].
values
()
).
pop
()
[
'
module_public
'
].
split
(
"
.
"
)[
0
]
PACKAGE
=
[
w
for
w
in
core_conf
[
'
weeks_all
'
].
values
()
if
'
module_public
'
in
w
][
0
]
[
'
module_public
'
].
split
(
"
.
"
)[
0
]
if
censor_files
:
assert
not
run_files
,
"
You cannot run files while you are censoring them -- your scripts will crash. Call with run_files=False.
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment