OpenDroneMap-WebODM/app
Gonzalo Bulnes Guilpain 7c9b1da92a
Fix error shadowing in log when plugin fails to load
I didn't find a standard way of unwrapping the error,
short of printing an entire stack trace. I don't think printing
a stack trace in a log is useful, so I decided to print
the error.__cause__ explicitly.

Since there is always one single level of nesting in this code,
I think that's OK.

See https://docs.python.org/3/library/exceptions.html
2024-02-08 22:07:15 -05:00
..
api I realised the TGI equation may be erroneous thsu I removed it. I am surprised that no one questioned it before so hopefully it was not used much. 2023-10-17 16:34:32 +02:00
auth Moar tests 2023-09-11 11:53:10 -04:00
classes Fix encoding on Windows 2023-09-22 15:34:27 -04:00
contexts Remove django-compressor 2024-01-09 12:19:24 -05:00
fixtures More unit tests 2020-04-02 16:58:58 -04:00
management/commands Add borg backup media pattern generator 2023-09-28 16:48:47 -04:00
media Django CSRF ajax support, file upload example 2016-10-13 16:28:32 -04:00
migrations Adds support for automatically selecting the proper band filter 2023-10-03 15:13:56 -04:00
models Remove django-compressor 2024-01-09 12:19:24 -05:00
plugins Fix error shadowing in log when plugin fails to load 2024-02-08 22:07:15 -05:00
scripts Started refactoring some scripts to be python based 2021-05-26 16:01:52 -04:00
static Remove theme.scss 2024-01-09 13:07:41 -05:00
templates/app More CSS fixes 2024-01-09 15:32:40 -05:00
templatetags Remove django-compressor 2024-01-09 12:19:24 -05:00
tests 10x volume calculations, remove grass dependency 2023-11-14 16:10:16 -05:00
translations Update locales 2023-11-14 17:57:01 -05:00
vendor Zip on the fly 2021-11-04 11:17:37 -04:00
views Add configurable docs/task options links 2023-11-06 12:19:41 -05:00
.gitignore TestWatch class to monitor and intercept on demand multithreaded calls, changed location of assets during testing 2017-02-07 11:43:17 -05:00
__init__.py Added default group logic with model wise permissions, tests, api project list with proper permissions check 2016-10-07 19:07:47 -04:00
admin.py Cleanup partial tasks 2023-11-06 11:21:10 -05:00
apps.py PostGIS, Python 3.5, raster datatype inclusion in task, db tests 2016-11-07 17:25:33 -05:00
boot.py Update forest preset 2023-10-25 22:36:18 -04:00
cogeo.py Resample overviews using nearest filter 2020-08-06 13:58:34 -04:00
pending_actions.py Import task functionality poc 2019-02-20 16:42:20 -05:00
pointcloud_utils.py UI fixes, handle non-georeferenced datasets 2021-11-05 15:27:13 -04:00
raster_utils.py Fix KMZ black border 2022-09-21 19:08:13 -04:00
security.py KMZ export support 2021-11-02 18:15:51 -04:00
signals.py Added default group logic with model wise permissions, tests, api project list with proper permissions check 2016-10-07 19:07:47 -04:00
testwatch.py Replaced nodeodm ApiClient with pyodm 2019-02-07 22:07:49 -05:00
uploadhandler.py Allow more files to be handled (now bound mostly by the amount of RAM available) 2017-07-10 17:41:37 -04:00
urls.py Short links plugin 2021-07-01 15:30:45 -04:00