Skip to content

Commit

Permalink
Break long line
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Oct 30, 2023
1 parent 1f54b8d commit e9445ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/check_equal_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ def remove_run_time(df):
print(actual_df[col])
different_columns.append(col)
print(
f"{goal_folder / goal_file} and {actual_file} are not equal in columns: {different_columns}"
f"{goal_folder / goal_file} and {actual_file} are not equal in columns: "
+ f"{different_columns}"
)
# Print the differences
print(
Expand Down

0 comments on commit e9445ae

Please sign in to comment.