diff --git a/src/commands/default/batchprocess.py b/src/commands/default/batchprocess.py index 9577f030b1..7966f2313d 100644 --- a/src/commands/default/batchprocess.py +++ b/src/commands/default/batchprocess.py @@ -272,7 +272,7 @@ class CmdBatchCode(MuxCommand): """ key = "@batchcode" aliases = ["@batchcodes"] - locks = "cmd:perm(batchcommands) or superuser()" + locks = "cmd:superuser()" help_category = "Building" def func(self):