mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
compress file argument change
This commit is contained in:
parent
61a0dffe59
commit
0736a8f3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class StartQT4(QtGui.QMainWindow):
|
||||||
# update columnview
|
# update columnview
|
||||||
self.setWindowTitle("check too!")
|
self.setWindowTitle("check too!")
|
||||||
|
|
||||||
def compress_file(self, file):
|
def compress_file(self, filename):
|
||||||
# check file extention
|
# check file extention
|
||||||
# get file size
|
# get file size
|
||||||
# run correct command line tool and get reply
|
# run correct command line tool and get reply
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue