Fix pylint error
This commit is contained in:
parent
0e2a9c724f
commit
974b351338
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class ExceptionDialog():
|
||||||
Gtk.get_minor_version(),
|
Gtk.get_minor_version(),
|
||||||
Gtk.get_micro_version())
|
Gtk.get_micro_version())
|
||||||
gobject_ver = '.'.join(map(str, GObject.pygobject_version))
|
gobject_ver = '.'.join(map(str, GObject.pygobject_version))
|
||||||
glib_ver = '.'.join(map(str, GLib.glib_version))
|
glib_ver = '.'.join(map(str, GLib.glib_version))
|
||||||
|
|
||||||
return ISSUE_TEXT.format(get_os_info(),
|
return ISSUE_TEXT.format(get_os_info(),
|
||||||
gtk_ver,
|
gtk_ver,
|
||||||
|
|
Loading…
Add table
Reference in a new issue