Skip to content

Commit

Permalink
Merge pull request #65 from statisticsnorway/fix-permission-denied
Browse files Browse the repository at this point in the history
Fix permission denied to read metadata
  • Loading branch information
haraldsvik authored Oct 23, 2024
2 parents 1b0c6df + 9391ba9 commit 5579d29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion microdata_tools/packaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def package_dataset(
try:
# check if json exists
check_exists(dataset_dir / f"{dataset_name}.json")
os.chmod(dataset_dir / f"{dataset_name}.json", 0o600)

# Validate that there is only one csv file
if len(csv_files) > 1:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "microdata-tools"
version = "1.0.2"
version = "1.0.3"
description = "Tools for the microdata.no platform"
authors = ["microdata-developers"]
license = "MIT License"
Expand Down

0 comments on commit 5579d29

Please sign in to comment.