mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 18:08:42 -05:00
some more testing
This commit is contained in:
parent
d6cca21e32
commit
8c0a78d446
1 changed files with 6 additions and 1 deletions
|
|
@ -37,6 +37,11 @@ class StartQT4(QMainWindow):
|
||||||
help="directory of images to compress")
|
help="directory of images to compress")
|
||||||
|
|
||||||
(options, args) = parser.parse_args()
|
(options, args) = parser.parse_args()
|
||||||
|
|
||||||
|
if options.filename:
|
||||||
|
print options
|
||||||
|
|
||||||
|
if options.directory:
|
||||||
print options
|
print options
|
||||||
|
|
||||||
def file_drop(self):
|
def file_drop(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue