fix: resolve space-in-argument bug and implement premium centered glassmorphic error overlay modal
This commit is contained in:
@@ -111,7 +111,7 @@ ipcMain.handle('remove-background', async (event, { inputPath, outputPath }) =>
|
||||
console.log(`[Main Process] Spawning background removal: ${venvPython} ${processScript}`);
|
||||
// Spawn venv python to run process.py
|
||||
const args = ['--input', inputPath, '--output', outputPath];
|
||||
const process = spawn(venvPython, [processScript, ...args], { shell: true });
|
||||
const process = spawn(venvPython, [processScript, ...args], { shell: false });
|
||||
|
||||
let stderrData = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user