From d53f1be64d659d280f2e863380b6663c0d15c0b9 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Wed, 13 May 2026 10:27:21 +0100 Subject: [PATCH] Do not enforce request splitting in standalone mars client --- src/earthkit/data/sources/mars.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/earthkit/data/sources/mars.py b/src/earthkit/data/sources/mars.py index 223694150..89868bd31 100644 --- a/src/earthkit/data/sources/mars.py +++ b/src/earthkit/data/sources/mars.py @@ -52,7 +52,6 @@ def execute(self, request, target, log=None): subprocess.run( [self.command(), filename], - env=dict(os.environ, MARS_AUTO_SPLIT_BY_DATES="1"), check=True, **log, )