Skip to content
Snippets Groups Projects
Commit 3270db79 authored by Philipp Risius's avatar Philipp Risius
Browse files

remove logging message

parent 8ce03b07
No related branches found
No related tags found
No related merge requests found
...@@ -538,11 +538,7 @@ class FlexNowExporter(ExportPlugin): ...@@ -538,11 +538,7 @@ class FlexNowExporter(ExportPlugin):
flexnow_table = flexnow_table.assign( flexnow_table = flexnow_table.assign(
Note=flexnow_table.loc[:, ['Note', 'grade']].max(axis=1) Note=flexnow_table.loc[:, ['Note', 'grade']].max(axis=1)
) )
self.log.info(
flexnow_table['Note']
.isna()
.map({True: ', Prüfungsvorleistung nicht erreicht', False: ''})
)
( (
flexnow_table.assign( flexnow_table.assign(
Bemerkung=( Bemerkung=(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment