Skip to content

Commit 4a5d5b9

Browse files
Update devito/ir/iet/nodes.py
Co-authored-by: Ed Caunt <[email protected]>
1 parent 75f68a8 commit 4a5d5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devito/ir/iet/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ def __init__(self, sync_ops, body=None):
15131513
self.sync_ops = sync_ops
15141514

15151515
def __repr__(self):
1516-
return "<SyncSpot ({})>".format(",".join(str(i) for i in self.sync_ops))
1516+
return f"<SyncSpot ({','.join(str(i) for i in self.sync_ops)})>"
15171517

15181518
@property
15191519
def is_async_op(self):

0 commit comments

Comments
 (0)