Commit e843861
Use 'is not None' guards so empty-string sources still validate
Per copilot review on PR DOI-USGS#246. The previous truthiness guard skipped
validation for empty-string feature_source/data_source, letting bad
inputs build invalid URLs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d183bb5 commit e843861
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments