Skip to content

Commit

Permalink
fix: liniting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Jul 29, 2024
1 parent c637dfc commit 75e2971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonSchemas/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def proccess_command(command, check_call=False):
shell = ["sh", "-c", command]
try:
if check_call == True:
if check_call is True:
subprocess.check_call(shell)
else:
subprocess.run(shell)
Expand Down

0 comments on commit 75e2971

Please sign in to comment.