Skip to content

Commit e4fe8be

Browse files
committed
fix typo
1 parent faeb007 commit e4fe8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfmm/traveltime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def travel_time_source(
8181
if xx == xarr[0] or xx == xarr[-1] or \
8282
yy == yarr[0] or yy == yarr[-1] or \
8383
zz == zarr[0] or zz == zarr[-1]:
84-
myLogger.warning("Source ({str(srcloc)}) is on the boundary.")
84+
myLogger.warning(f"Source ({str(srcloc)}) is on the boundary.")
8585

8686
c_xarr = npct.as_ctypes(xarr.astype('f8'))
8787
c_yarr = npct.as_ctypes(yarr.astype('f8'))

0 commit comments

Comments
 (0)