Mathias WOLFF 5 éve
szülő
commit
897b77a930
3 módosított fájl, 5 hozzáadás és 2 törlés
  1. 3 0
      .gitignore
  2. 1 1
      kamcli/commands/cmd_dialog.py
  3. 1 1
      kamcli/commands/cmd_mtree.py

+ 3 - 0
.gitignore

@@ -15,6 +15,9 @@ __pycache__/
 # Distribution / packaging
 .Python
 env/
+.env/
+venv/
+.venv/
 build/
 develop-eggs/
 dist/

+ 1 - 1
kamcli/commands/cmd_dialog.py

@@ -66,7 +66,7 @@ def dialog_match(ctx, mkey, mop, mval):
         <mop> - matching operator: eq - string comparison; re - regular expression; sw - starts-with
         <mval> - matching value
     """
-    command_ctl(ctx, 'dlg.list_match', [ mkey, mop, tval ])
+    command_ctl(ctx, 'dlg.list_match', [ mkey, mop, mval ])
 
 
 ##

+ 1 - 1
kamcli/commands/cmd_mtree.py

@@ -83,7 +83,7 @@ def mtree_rm(ctx, coltprefix, dbtname, tprefix):
 @click.argument('dbtname', metavar='<dbtname>')
 @click.argument('tprefix', nargs=-1, metavar='[<tprefix>]')
 @pass_context
-def mtree_showdb(ctx, oformat, ostyle, coltprefix, dbtable, tprefix):
+def mtree_showdb(ctx, oformat, ostyle, coltprefix, dbtname, tprefix):
     """Show details for records in mtree database table
 
     \b