Skip to content

Commit 2af9a64

Browse files
MSealminrk
andauthored
Update 62-cell-id/cell-id.md
Co-authored-by: Min RK <[email protected]>
1 parent 3671eda commit 2af9a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

62-cell-id/cell-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def get_cell_id(cell_id=None):
199199
return cell_id
200200

201201
# generate new unique id
202-
cell_id = f"id{cell_id_counter}"
202+
cell_id = str(cell_id_counter)
203203
while cell_id in existing_cell_ids:
204204
cell_id_counter += 1
205205
cell_id = f"id{cell_id_counter}"

0 commit comments

Comments
 (0)