Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jun 23, 2024
1 parent cd6bec8 commit 2600e88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/defacing/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
dockerfilePath = 'OpenRecon.dockerfile'
baseDockerImage = 'stebo85/niimath-test'



import json
import jsonschema
import base64
import os



def validateJson(jsonFilePath, schemaFilePath):
try:
# Load the JSON data from the file
Expand Down

0 comments on commit 2600e88

Please sign in to comment.