Skip to content

Commit 697e78b

Browse files
nguyenvnguyenv
authored andcommitted
Modify example/errors.py
1 parent eeeb088 commit 697e78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
tiledb.group_create("my_group")
4040
tiledb.group_create("my_group")
4141
except tiledb.TileDBError as e:
42-
print("TileDB exception: %s" % e.message)
42+
print(f"TileDB exception: {e}")
4343

4444
# clean up
4545
if tiledb.VFS().is_dir("my_group"):

0 commit comments

Comments
 (0)