Skip to content

Commit 3f3a58a

Browse files
committed
ignore bandit
1 parent df60994 commit 3f3a58a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pas/plugins/oidc/locales/update.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def locale_folder_setup():
3434
)
3535
subprocess.call(
3636
cmd,
37-
shell=True,
38-
) # nosec
37+
shell=True, # nosec
38+
)
3939

4040
os.chdir('../../../../')
4141

@@ -50,8 +50,8 @@ def _rebuild():
5050
)
5151
subprocess.call(
5252
cmd,
53-
shell=True,
54-
) # nosec
53+
shell=True, # nosec
54+
)
5555

5656

5757
def _sync():
@@ -64,8 +64,8 @@ def _sync():
6464
)
6565
subprocess.call(
6666
cmd,
67-
shell=True,
68-
) # nosec
67+
shell=True, # nosec
68+
)
6969

7070

7171
def update_locale():

0 commit comments

Comments
 (0)