Skip to content

Commit

Permalink
removes cantaloupe directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Jan 31, 2025
1 parent 02ac0d4 commit ebf0853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions arches/app/views/manifest_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ def change_canvas_label(manifest, canvas_id, label):
except TypeError:
metadata = []

if not os.path.exists(settings.CANTALOUPE_DIR):
os.mkdir(settings.CANTALOUPE_DIR)

if operation == "create":
canvases = []
for f in files:
Expand Down
4 changes: 2 additions & 2 deletions releases/7.6.7.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Arches 7.6.7 Release Notes

### Bug Fixes and Enhancements
- ANALYSIS_COORDINATE_SYSTEM_SRID string compatibility [#11714](https://github.com/archesproject/arches/issues/11714)

- ANALYSIS_COORDINATE_SYSTEM_SRID string compatibility [#11714](https://github.com/archesproject/arches/issues/11714)
- Removes need for required cantaloupe directory [#10289](https://github.com/archesproject/arches/issues/10289)

### Dependency changes:

Expand All @@ -29,4 +30,3 @@ JavaScript:
```
sudo service apache2 reload
```

0 comments on commit ebf0853

Please sign in to comment.