Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Fachschaftsrat Physik TUKL
Protokoll
protokoll_skript
Commits
50b26422
Commit
50b26422
authored
Nov 13, 2018
by
Lorenz Steinert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unneded prints
parent
f0f9d002
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
bin/module/esme.py
bin/module/esme.py
+0
-2
No files found.
bin/module/esme.py
View file @
50b26422
...
...
@@ -158,7 +158,6 @@ class FsrLdap:
for
line
in
fobj
.
readlines
()
if
line
.
rstrip
(
'
\n
'
)],
key
=
lambda
x
:
''
.
join
(
x
.
split
(
' '
)[::
-
1
]))
print
(
fsr
)
return
fsr
return
Error
.
NO_FILE
...
...
@@ -216,7 +215,6 @@ class FsrLdap:
for
line
in
fobj
.
readlines
()
if
line
.
rstrip
(
'
\n
'
)],
key
=
lambda
x
:
''
.
join
(
x
.
split
(
' '
)[::
-
1
]))
print
(
fsr_extern
)
return
fsr_extern
return
Error
.
NO_FILE
...
...
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