mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
Remove decode methods (Python 3 is utf8 by default)
This commit is contained in:
parent
d7a0f84f64
commit
573dcab3d2
1 changed files with 2 additions and 2 deletions
|
|
@ -105,9 +105,9 @@ class StartQT5(QMainWindow):
|
||||||
|
|
||||||
# send to correct function
|
# send to correct function
|
||||||
if options.filename:
|
if options.filename:
|
||||||
self.file_from_cmd(options.filename.decode("utf-8"))
|
self.file_from_cmd(options.filename)
|
||||||
if options.directory:
|
if options.directory:
|
||||||
self.dir_from_cmd(options.directory.decode("utf-8"))
|
self.dir_from_cmd(options.directory)
|
||||||
|
|
||||||
self.verbose = options.verbose
|
self.verbose = options.verbose
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue