Skip to content

Commit 546f48f

Browse files
authored
Merge pull request #5903 from fstagni/80_fixes18
[8.0] Some real minor fixes
2 parents ba1d1c7 + f6e4894 commit 546f48f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.git-blame-ignore-revs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
# Move sources to src/DIRAC/
2+
3c530efacc5d4286af3b324121849b6e75bb4713
3+
14
# Run black for rel-v7r2, rel-v7r3 and integration
25
c5981031194f8d995148db09586179ce0d91bf95
36
45ddde1137f63427b587c6bcecaddbd86020a2c8
47
75eb00b9f222aeab5b149b6676c0c05ef8cccac3
58

69
# pylint fixes
710
2dea5280d4b05d6c373fd6cd882dec043b16b7b2
11+
12+
# remove __future__ imports
13+
7cd41f02f6fc1439896686449b2fd6d75be8c888
14+
# remove __RCSID__
15+
9ee20132be39303a8d0408e781b552cd61189f00

src/DIRAC/FrameworkSystem/private/authorization/grants/DeviceFlow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ def create_authorization_response(self, redirect_uri, user):
116116
info="Failed to save %s authorization session status." % self.request.data["user_code"],
117117
)
118118

119-
# Notify user that authorization complite.
119+
# Notify user that authorization completed.
120120
return 200, getHTML(
121-
"authorization complite!",
121+
"authorization complete!",
122122
theme="success",
123123
info="Authorization has been completed, now you can close this window and return to the terminal.",
124124
)

src/DIRAC/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,6 @@ def extension_metadata():
221221
"priority": 0,
222222
"setups": {
223223
"DIRAC-Certification": "https://lbcertifdirac70.cern.ch:9135/Configuration/Server",
224-
"DIRAC-CertifOauth": "dips://lbcertifdiracoauth.cern.ch:9135/Configuration/Server",
224+
"DIRAC-CertifOauth": "https://lbcertifdiracoauth.cern.ch:9135/Configuration/Server",
225225
},
226226
}

0 commit comments

Comments
 (0)