Skip to content

Commit

Permalink
workaround for imagemagick bug (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Prete committed Feb 8, 2025
1 parent 022bb6d commit 1becfd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/webgui-test-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,16 @@ function doTestStep6() {

}


export let pythonScript2 = "\
import os, glob\n\
testDir=os.path.join(os.getcwd(), '..', 'tests')\n\
os.remove(os.path.join(testDir,\"" + lyModFileNameWOExt_ + ".svg\"))\n\
os.remove(os.path.join(testDir,\"" + lyModFileName_ + "\"))\n\
"

// FIXME: remove removeDashArray(filePath) when https://github.com/Imagick/imagick/issues/568 is fixed

export let pythonScript1 = "\
import os, subprocess, traceback\n\
import platform\n\
Expand Down

0 comments on commit 1becfd1

Please sign in to comment.