@@ -123,7 +123,7 @@ class Config:
if 'instrument' in result:
raise ArgError('cannot give instrument twice')
result['instrument'] = arg
elif arg in argmap:
else:
kind = argmap.get(arg, other)
if kind is None:
raise ArgError(f'unexpected argument: {arg!r}')
The note is not visible to the blocked user.