Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Damien Mondou
Calendrier
Commits
2520fd3d
Commit
2520fd3d
authored
Dec 12, 2019
by
Julien Maitre
Browse files
Update src/TimeTable.py, README.md files
parent
ea29a0a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
→
README
.md
View file @
2520fd3d
File moved
src/TimeTable.py
View file @
2520fd3d
...
...
@@ -209,7 +209,7 @@ class TimeTable(object):
else
:
if
course
.
getType
()
==
"TEA"
:
worksheet
.
write_number
(
row
,
col
+
7
,
course
.
getDuration
()
*
0.015
*
15
)
totalDurationHETD
+=
course
.
getDuration
()
*
0.015
totalDurationHETD
+=
course
.
getDuration
()
*
0.015
*
15
row
+=
1
totalDuration
+=
course
.
getDuration
()
...
...
@@ -252,4 +252,4 @@ class TimeTable(object):
worksheet
.
write_number
(
row
+
1
,
15
,
CM
+
TD
+
TP
+
TEA
,
cell_format
)
worksheet
.
write_number
(
row
+
1
,
16
,
CM
*
1.5
+
TD
+
TP
*
2
/
3
+
TEA
*
0.015
*
15
,
cell_format
)
workbook
.
close
()
\ No newline at end of file
workbook
.
close
()
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment