mirror of
https://github.com/Kilian/Trimage.git
synced 2026-03-27 00:57:48 -04: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):
|
||||
self.showapp = False
|
||||
if self.checkname(name):
|
||||
if self.checkname(image):
|
||||
self.compress_file(image)
|
||||
|
||||
def file_drop(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue