Skip to content

Commit 1e76558

Browse files
Update regarding moving away from backward compatibility for params
Updated comment to reflect potential breaking change regarding comma-separated parameters.
1 parent f9dd688 commit 1e76558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concoredocker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def parse_params(sparams):
140140
except (ValueError, SyntaxError):
141141
pass
142142

143-
# keep backward compatibility: comma-separated params
143+
# Potentially breaking backward compatibility: moving away from the comma-separated params
144144
for item in s.split(";"):
145145
if "=" in item:
146146
key, value = item.split("=", 1)

0 commit comments

Comments
 (0)