Commit 0e01e28
Fix: Make separator default consistent across application
- Changed default separator in sort_for_self_referencing() from ',' to ';'
- This matches the application-wide default used in preflight.py
- Eliminates inconsistency between function default and call site default
- Updated tests to explicitly pass ',' separator where needed for test data
- Addresses review comment about inconsistent defaults for the same parameter
This change improves consistency and maintainability by ensuring the same
default separator is used throughout the application.1 parent 2300d52 commit 0e01e28
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments