We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df60994 commit 3f3a58aCopy full SHA for 3f3a58a
src/pas/plugins/oidc/locales/update.py
@@ -34,8 +34,8 @@ def locale_folder_setup():
34
)
35
subprocess.call(
36
cmd,
37
- shell=True,
38
- ) # nosec
+ shell=True, # nosec
+ )
39
40
os.chdir('../../../../')
41
@@ -50,8 +50,8 @@ def _rebuild():
50
51
52
53
54
55
56
57
def _sync():
@@ -64,8 +64,8 @@ def _sync():
64
65
66
67
68
69
70
71
def update_locale():
0 commit comments