camelot-project / frontend

The frontend: The web-facing server software for CAMELOT
BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

Query form looks in uploads instead of database #26

Closed e-koch closed 9 years ago

e-koch commented 9 years ago
IOError: [Errno 2] No such file or directory: u'uploads/merged_table.ipac'
scog1234 commented 9 years ago

UPLOAD_FOLDER needs changing to DATABASE_FOLDER on this line: table = Table.read(os.path.join(app.config['UPLOAD_FOLDER'], filename), format='ascii.ipac')

e-koch commented 9 years ago

Addressed in #27