Skip to content

Commit 232ea74

Browse files
author
bspkrs
committed
don't turn read-only off after a commit
1 parent f3f8422 commit 232ea74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MCPBot.py

-2
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,6 @@ def commitMappings(self, bot, sender, dest, cmd, args):
564564
export_path=os.path.normpath(os.path.join(self.base_export_path, self.stable_export_path)))
565565
self.doMavenPush(isSnapshot=False, now=datetime.now())
566566

567-
self.setReadOnly(self, sender, dest, cmd, ['false'])
568-
569567

570568
# Send Results
571569

0 commit comments

Comments
 (0)