We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960ccd9 commit 5bc6653Copy full SHA for 5bc6653
core/pdf.py
@@ -69,7 +69,7 @@ def capture_app_type(self) -> None:
69
for item in app:
70
if str(item).startswith('App ID'):
71
app_type = str(item).split('| ')
72
- self.app_type.append(app_type[-1][:-1])
+ self.app_type.append(app_type[-1])
73
74
def fit_student_data(self, app_data: list) -> list:
75
"""Method for fitting the nested lists data of list and strings into a coherent list of strings.
0 commit comments