Skip to content

Commit 5ee8733

Browse files
committed
Make osext.flock() function private
1 parent fac5691 commit 5ee8733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reframe/utility/osext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,7 @@ def flock(name, mode=None):
879879
880880
.. versionadded:: 4.8.3
881881
882+
:meta private:
882883
'''
883884

884885
if not isinstance(mode, int):

0 commit comments

Comments
 (0)