diff --git a/payu/manifest.py b/payu/manifest.py index b5b8176d..8367d327 100644 --- a/payu/manifest.py +++ b/payu/manifest.py @@ -322,14 +322,6 @@ def load_manifests(self): except Exception as e: print(f'Error loading {mf} manifest: {e}') - # Check manifests are populated when reproduce is configured - if len(self.previous_manifests[mf]) == 0 and self.reproduce[mf]: - sys.stderr.write( - f'{mf.capitalize()} manifest must exist and be populated ' - 'if reproduce is configured to True\n' - ) - sys.exit(1) - def setup(self): # Load all available manifests self.load_manifests()