Skip to content

Commit 1bed023

Browse files
committed
proper format string
1 parent cd115b7 commit 1bed023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ogcore/SS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ def SS_fsolve(guesses, *args):
12261226
+ list(error_BQ)
12271227
+ [error_TR]
12281228
)
1229-
logging.info(f"GE loop errors = {errors:.3e}")
1229+
logging.info(f"GE loop errors = ", [f"{error:.3e}" for error in errors])
12301230

12311231
return errors
12321232

0 commit comments

Comments
 (0)