From 0736a8f3a3e7eeb0b1d5da9ecab3e3918165abef Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Mon, 1 Feb 2010 18:17:32 +0100 Subject: [PATCH] compress file argument change --- trimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trimage.py b/trimage.py index 06e0f63..d0dd69b 100644 --- a/trimage.py +++ b/trimage.py @@ -37,7 +37,7 @@ class StartQT4(QtGui.QMainWindow): # update columnview self.setWindowTitle("check too!") - def compress_file(self, file): + def compress_file(self, filename): # check file extention # get file size # run correct command line tool and get reply