Skip to content

Commit a53dca7

Browse files
authored
removes cantaloupe directory creation (archesproject#11754)
1 parent 02ac0d4 commit a53dca7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

arches/app/views/manifest_manager.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ def change_canvas_label(manifest, canvas_id, label):
212212
except TypeError:
213213
metadata = []
214214

215-
if not os.path.exists(settings.CANTALOUPE_DIR):
216-
os.mkdir(settings.CANTALOUPE_DIR)
217-
218215
if operation == "create":
219216
canvases = []
220217
for f in files:

releases/7.6.7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## Arches 7.6.7 Release Notes
22

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

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

78
### Dependency changes:
89

@@ -29,4 +30,3 @@ JavaScript:
2930
```
3031
sudo service apache2 reload
3132
```
32-

0 commit comments

Comments
 (0)