瀏覽代碼

fix script syntax

Johann ELSASS 4 年之前
父節點
當前提交
673230e13a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/scripts/layerfx_innerlight.py

+ 1 - 1
resources/scripts/layerfx_innerlight.py

@@ -4,7 +4,7 @@ from lazpaint import dialog
 try:
 try:
     from tkinter import *
     from tkinter import *
 except ImportError:
 except ImportError:
-    dialog.show_message(""Please install tkinter. On Debian distributions, use the command: apt install python3-tk"")
+    dialog.show_message("Please install tkinter. On Debian distributions, use the command: apt install python3-tk")
     exit()
     exit()
         
         
 from lazpaint import colors, image, layer, filters, tools, selection
 from lazpaint import colors, image, layer, filters, tools, selection