mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
correct filename check
This commit is contained in:
parent
32547c72bf
commit
6685635d85
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class StartQT4(QMainWindow):
|
||||||
|
|
||||||
def file_from_cmd(self, image):
|
def file_from_cmd(self, image):
|
||||||
self.showapp = False
|
self.showapp = False
|
||||||
if self.checkname(name):
|
if self.checkname(image):
|
||||||
self.compress_file(image)
|
self.compress_file(image)
|
||||||
|
|
||||||
def file_drop(self):
|
def file_drop(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue