Skip to content

Commit

Permalink
🐛 fix call of convert_dataframe_to_csv
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-schmitt committed Jan 10, 2024
1 parent e6b815d commit d02608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracex/extraction/prototype/input_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def convert_text_to_csv(text):
print(
"Converting Data: Creating output CSV. (7/" + steps + ") ", end="\r"
)
output_path = convert_to_csv(location)
output_path = convert_dataframe_to_csv(location)
print("Dataconversion finished. ")
return output_path

Expand Down

0 comments on commit d02608e

Please sign in to comment.