You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, in Malstroem ver. 270924, the AND operator is not accepted for the Filter option. Example: -filter "volume > 1 AND maxdepth > 0.1".
The error message says:
Traceback (most recent call last):
File "malstroem\scripts\cli.py", line 89, in
File "click\core.py", line 1157, in call
File "click\core.py", line 1078, in main
File "click\core.py", line 1688, in invoke
File "click\core.py", line 1434, in invoke
File "click\core.py", line 783, in invoke
File "malstroem\scripts\complete.py", line 58, in process_all
File "malstroem\scripts_utils.py", line 33, in parse_filter
File "malstroem\scripts_utils.py", line 26, in check_filter
Exception: Unsupported filter statement. Illegal parts: AND
[PYI-16520:ERROR] Failed to execute script 'cli' due to unhandled exception!
Kind regards, Thomas Balstrøm, Univ. of Copenhagen
The text was updated successfully, but these errors were encountered:
Apparently, in Malstroem ver. 270924, the AND operator is not accepted for the Filter option. Example: -filter "volume > 1 AND maxdepth > 0.1".
The error message says:
Traceback (most recent call last):
File "malstroem\scripts\cli.py", line 89, in
File "click\core.py", line 1157, in call
File "click\core.py", line 1078, in main
File "click\core.py", line 1688, in invoke
File "click\core.py", line 1434, in invoke
File "click\core.py", line 783, in invoke
File "malstroem\scripts\complete.py", line 58, in process_all
File "malstroem\scripts_utils.py", line 33, in parse_filter
File "malstroem\scripts_utils.py", line 26, in check_filter
Exception: Unsupported filter statement. Illegal parts: AND
[PYI-16520:ERROR] Failed to execute script 'cli' due to unhandled exception!
Kind regards, Thomas Balstrøm, Univ. of Copenhagen
The text was updated successfully, but these errors were encountered: