Skip to content

Commit

Permalink
Merge pull request #1 from marmarta/readme
Browse files Browse the repository at this point in the history
Readme
  • Loading branch information
marmarta authored Nov 20, 2023
2 parents cecffe9 + 0b3cfca commit 9127b92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-----
Tests
-----

Setup-luks and setup-luks2 can be used for manual testing. Python unittests
test only the graphical widget functionality.
2 changes: 1 addition & 1 deletion disk_password_gui/disk_password_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk, Gdk, GLib, Gio, GdkPixbuf

logger = logging.getLogger('qubes-appmenu')
logger = logging.getLogger('disk-password-gui')


def show_error(parent, title, text):
Expand Down

0 comments on commit 9127b92

Please sign in to comment.