mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
ea183b2ae3
commit
f45ca30f91
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ def temporary_docker_directory(files, name, metadata, extra_options, extra_metad
|
|||
]
|
||||
file_names = [os.path.split(f)[-1] for f in files]
|
||||
if metadata:
|
||||
metadata_content = json.load(open(metadata))
|
||||
metadata_content = json.load(metadata)
|
||||
else:
|
||||
metadata_content = {}
|
||||
for key, value in extra_metadata.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue