From 9f4f140458a59e2fb8239082644e812889994635 Mon Sep 17 00:00:00 2001 From: FuHsinyu Date: Fri, 11 Oct 2024 14:00:41 +0200 Subject: [PATCH] format a bit --- yclienttools/common_rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yclienttools/common_rules.py b/yclienttools/common_rules.py index 5ef1ecc..5af3341 100644 --- a/yclienttools/common_rules.py +++ b/yclienttools/common_rules.py @@ -16,6 +16,7 @@ def __init__(self, session, yoda_version): :param session: IrodsSession object to call :param yoda_version: which Yoda version to assume (e.g. 1.7, 1.8, 1.9) + Whether to specify the rule engine on rule calls (enable for Yoda 1.8 and higher, disable for Yoda 1.7) """