Skip to content

Commit 41467a4

Browse files
committed
update comments
1 parent b0d858f commit 41467a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepmd/utils/data_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ def process_systems(
816816
f"Invalid systems type: {type(systems)}. Must be str or list[str]."
817817
)
818818

819-
# Iterate over the search_paths list and apply
819+
# Iterate over the search_paths list and apply expansion logic to each path
820820
result_systems = []
821821
for path in search_paths:
822822
if patterns is None:

0 commit comments

Comments
 (0)