fixed BUG-76 - no existing for a non-date with move

This commit is contained in:
2022-01-09 18:13:26 +11:00
parent dd38b9b1d6
commit a84946b561
3 changed files with 9 additions and 23 deletions

21
BUGs
View File

@@ -17,24 +17,3 @@ BUG-75: Tried moving 111 working dir and it failed as dt is invalid/empty? just
2 | 43545
Test move between paths in DEV, should now work
BUG-76: Tried moving 111 working dir and it failed as dt is invalid/empty? just means buttons for existing are empty
paweb | [2022-01-09 15:42:19,485] ERROR in app: Exception on /getexistingpaths/undefined [POST]
paweb | Traceback (most recent call last):
paweb | File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 2070, in wsgi_app
paweb | response = self.full_dispatch_request()
paweb | File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1515, in full_dispatch_request
paweb | rv = self.handle_user_exception(e)
paweb | File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1513, in full_dispatch_request
paweb | rv = self.dispatch_request()
paweb | File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1499, in dispatch_request
paweb | return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
paweb | File "/usr/local/lib/python3.8/dist-packages/flask_login/utils.py", line 272, in decorated_view
paweb | return func(*args, **kwargs)
paweb | File "/code/files.py", line 631, in GetExistingPathsAsDiv
paweb | new_dtime=datetime.datetime.strptime(dt, "%Y%m%d") + datetime.timedelta(days=delta)
paweb | File "/usr/lib/python3.8/_strptime.py", line 568, in _strptime_datetime
paweb | tt, fraction, gmtoff_fraction = _strptime(data_string, format)
paweb | File "/usr/lib/python3.8/_strptime.py", line 349, in _strptime
paweb | raise ValueError("time data %r does not match format %r" %
paweb | ValueError: time data 'undefined' does not match format '%Y%m%d'