Skip to content

Commit a8096ea

Browse files
committed
Docs: update version-docs
1 parent 44a01ba commit a8096ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/version-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
branches:
78
- main
89

910
permissions:

Cassiopee/XCore/XCore/intersectMesh/icapsule_extract.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ PyObject *K_XCORE::icapsule_extract_slaves(PyObject *self, PyObject *args)
9292
}
9393

9494
PyList_Append(out, arrays);
95-
Py_DECREF(arrays),
95+
Py_DECREF(arrays);
9696
PyList_Append(out, ctags);
9797
Py_DECREF(ctags);
9898

0 commit comments

Comments
 (0)