Update version to 0.10.9 in pyproject.toml and __init__.py; enhance S…#48
Update version to 0.10.9 in pyproject.toml and __init__.py; enhance S…#48
Conversation
…himadzuReader with detailed logging for file processing and value mapping.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| } | ||
| ) | ||
| + "\n" | ||
| ) |
There was a problem hiding this comment.
Debug logging writes to hardcoded local path
High Severity
Debug logging code was accidentally committed that writes to a hardcoded developer-specific path /Users/max/code/aldol_addition/.cursor/debug.log. This will cause a FileNotFoundError crash when read() or _get_file_paths() is called on any machine that doesn't have this exact directory structure, making ShimadzuReader completely unusable in production.
…himadzuReader with detailed logging for file processing and value mapping.
Note
Adjusts file processing order and adds targeted debug logs.
self.file_pathswithout additional sorting, relying on upstream ordering to align files withself.valuesread()and_get_file_paths()capturing file lists and file-to-value mapping0.10.9inpyproject.tomland__init__.pyWritten by Cursor Bugbot for commit cd2367f. This will update automatically on new commits. Configure here.