handle GrumbleErrors in a nicer way

This commit is contained in:
mutantmonkey
2012-06-04 21:39:23 -07:00
parent 0d9ad8ee47
commit 3a82d3281b
2 changed files with 3 additions and 1 deletions

1
phenny
View File

@@ -126,7 +126,6 @@ def main(argv=None):
parser.add_argument('-c', '--config', metavar='fn',
help='use this configuration file or directory')
args = parser.parse_args(argv)
#if args: print('Warning: ignoring spurious arguments', file=sys.stderr)
# Step Two: Check Dependencies