File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,9 @@ def main():
5959 token = os .environ .get ("GH_TOKEN" )
6060 if not token :
6161 print ("Error: GH_TOKEN environment variable is not set." , file = sys .stderr )
62- print (" Generate a token with no added roles/permissions." , file = sys .stderr )
62+ print (
63+ " Generate a token with no added roles/permissions." , file = sys .stderr
64+ )
6365 sys .exit (1 )
6466
6567 cache_file = ".user-id-cache.json"
@@ -119,7 +121,10 @@ def main():
119121 print ("Successfully updated user-ids.yaml" )
120122 else :
121123 if missing_members or extra_members :
122- print ("\n Run validate-user-ids.py --sync locally to update user-ids.yaml." , file = sys .stderr )
124+ print (
125+ "\n Run validate-user-ids.py --sync locally to update user-ids.yaml." ,
126+ file = sys .stderr ,
127+ )
123128 sys .exit (1 )
124129 print ("Validation successful. No user IDs changed." )
125130
You can’t perform that action at this time.
0 commit comments