Skip to content

Remove unused code for converters directory path validation#444

Open
Irozuku wants to merge 1 commit intodevelopfrom
fix/converter-job-exe
Open

Remove unused code for converters directory path validation#444
Irozuku wants to merge 1 commit intodevelopfrom
fix/converter-job-exe

Conversation

@Irozuku
Copy link
Collaborator

@Irozuku Irozuku commented Feb 3, 2026

Summary

Removes redundant absolute path calculations and existence checks, the setup process is more streamlined and less prone to path-related failures (executable).


Type of Change

Check all that apply like this [x]:

  • Backend change
  • Frontend change
  • CI / Workflow change
  • Build / Packaging change
  • Bug fix
  • Documentation

Changes (by file)

Briefly list the important modified files and what was done.

  • DashAI/back/job/converter_job.py: Removed the logic for calculating and validating the converters directory path in instantiate_converters, reducing complexity and potential points of failure.

Testing (optional)

  • Verify that the converters are still correctly instantiated and that the removal of the explicit path check does not interfere with the job execution environment.
  • Verify that converters are working properly in the executable version of the app.

@Irozuku Irozuku added bug Something isn't working back Backend work labels Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

back Backend work bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant