From d778486d62f1ca8713a282609c1fa817fd1e70da Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" Date: Mon, 28 Nov 2011 08:27:05 +0000 Subject: [PATCH] [0.1.x] hotfix: syntax error output for !py command git-svn-id: https://pykd.svn.codeplex.com/svn@71849 9b283d60-5439-405e-af05-b73fd8c4d996 --- snippets/accessmask.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/snippets/accessmask.py b/snippets/accessmask.py index f8a9b84..5d8daff 100644 --- a/snippets/accessmask.py +++ b/snippets/accessmask.py @@ -90,8 +90,6 @@ def main(): argc = len(sys.argv) - 0/0 - if argc == 1 : dprintln("Syntax: [object type] <;hex mask>;") dprintln("Supported object types: process, thread, file, generic")