Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mobile-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Night of Science
mobile-app
Commits
b1f7f977
Commit
b1f7f977
authored
7 years ago
by
wonko
Browse files
Options
Downloads
Patches
Plain Diff
fixed json incompatibility
parent
90703f2c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
orga/planconvert.py
+6
-3
6 additions, 3 deletions
orga/planconvert.py
with
6 additions
and
3 deletions
orga/planconvert.py
+
6
−
3
View file @
b1f7f977
...
...
@@ -62,14 +62,17 @@ for room in rooms:
teaser
=
cval
(
ws
.
cell
(
row
=
row
+
3
,
col
=
col
))
if
teaser
:
lecture
[
'
teaser
'
]
=
teaser
aufz
=
cval
(
ws
.
cell
(
row
=
row
+
3
,
col
=
col
))
aufz
=
cval
(
ws
.
cell
(
row
=
row
+
4
,
col
=
col
))
if
aufz
:
lecture
[
'
aufz
'
]
=
aufz
if
aufz
.
lower
()
==
"
ja
"
:
lecture
[
'
aufz
'
]
=
True
if
len
(
lecture
)
>
0
:
lecture
[
'
time
'
]
=
time
.
value
lecture
[
'
room
'
]
=
room
.
value
lecture
[
'
id
'
]
=
titel
timeslot
[
'
lecture
'
]
=
lecture
timeslots
.
append
(
timeslot
)
roomdata
[
'
times
'
]
=
timeslots
data
.
append
(
roomdata
)
...
...
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