john-bodley commented on a change in pull request #10084:
URL:
https://github.com/apache/incubator-superset/pull/10084#discussion_r442649185
##########
File path: scripts/permissions_cleanup.py
##########
@@ -39,7 +39,7 @@ def cleanup_permissions():
sm.get_session.commit()
pvms = sm.get_session.query(sm.permissionview_model).all()
- print('STage 1: # of permission view menues is: {}'.format(len(pvms)))
+ print("STage 1: # of permission view menues is: {}".format(len(pvms)))
Review comment:
Nit. Could you also rename `STage` to `Stage`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]