Skip to content

Commit

Permalink
fix parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed May 15, 2024
1 parent a4afc27 commit 84d69f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/FileUpload.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def showUploadedFilesTable() -> bool:
# for Workflow
def postprocessingAfterUpload_FD(uploaded_files: list) -> None:
initializeWorkspace(input_file_types, parsed_df_types)
handleInputFiles(uploaded_files)
#handleInputFiles(uploaded_files)
parseUploadedFiles()
showUploadedFilesTable()

Expand Down

0 comments on commit 84d69f0

Please sign in to comment.