Skip to content

Commit e657a49

Browse files
Update data_set.py
1 parent 7c4e615 commit e657a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/module_utils/data_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ def resolve_gds_absolute_name(relative_name):
18601860
raise Exception
18611861
gdg = gdgs.GenerationDataGroupView(name=gdg_base)
18621862
generations = gdg.generations
1863-
# On 1.4 zoau version if you give 0 or -1 go to proper generation
1863+
# From ZOAU 1.4 version relative notation 0 or -1 is on automatic give
18641864
gds = generations[rel_generation]
18651865
except Exception:
18661866
raise GDSNameResolveError(relative_name)

0 commit comments

Comments
 (0)