Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvanderschelling committed Jun 26, 2024
1 parent f63e1d3 commit f27235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f3dasm/_src/experimentdata/experimentdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def _from_file_attempt(cls: Type[ExperimentData],
sleep(1)
continue

raise ReadingEmptyPandasDataFrameError(f"Reading empty dataframes")
raise ReadingEmptyPandasDataFrameError("Reading empty dataframes")

# Selecting subsets
# =========================================================================
Expand Down

0 comments on commit f27235a

Please sign in to comment.