Skip to content

Conversation

Copy link

Copilot AI commented Jan 19, 2026

  • Understand the issue: After moving DATA_DIR to OUTPUT_DATA_DIR, PROFILE_JSON still points to old location
  • Review feedback: Don't override PROFILE_JSON, just gzip the output profile.json directly in non-local mode
  • Fix line 112 to reference $OUTPUT_DATA_DIR/profile.json instead of $PROFILE_JSON in non-local mode
  • Validate the fix
  • Reply to the comment

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: oflatt <8523445+oflatt@users.noreply.github.com>
@oflatt oflatt marked this pull request as ready for review January 19, 2026 19:17
Copilot AI review requested due to automatic review settings January 19, 2026 19:17
@oflatt oflatt merged commit cec1e31 into oflatt-move-in-non-local Jan 19, 2026
4 checks passed
@oflatt oflatt deleted the copilot/sub-pr-786 branch January 19, 2026 19:17
Copilot AI requested a review from oflatt January 19, 2026 19:17
Copilot stopped work on behalf of oflatt due to an error January 19, 2026 19:17
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug where PROFILE_JSON was referencing the old DATA_DIR location after the directory was moved to OUTPUT_DATA_DIR in non-local mode. The fix ensures that gzip operates on the correct file path after the move operation.

Changes:

  • Updated line 112 to directly reference $OUTPUT_DATA_DIR/profile.json instead of the now-stale $PROFILE_JSON variable in non-local mode

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants