When querying product files via the CLI, productID is queried (?!) or at least returned in decimal format:
prosEO (S5P)> product file show 886821
(E6206) Product with database ID 886,821 has no files
prosEO (S5P)> product file delete 886821 inpuls
(E6218) No product file found for product database ID 886,821 and processing facility inpuls
Question: Does the query really execute a request for the ID 886,821 (instead of 886821) and therefore return no files? Or is it just an issue of the error message formatting?