diff --git a/irs_reader/xmlrunner.py b/irs_reader/xmlrunner.py index d8ca396..725f628 100644 --- a/irs_reader/xmlrunner.py +++ b/irs_reader/xmlrunner.py @@ -178,5 +178,6 @@ def run_sked(self, object_id, sked, verbose=False): this_filing.set_keyerrors(self.filing_keyerr_data) return this_filing else: - print("Filing version %s isn't supported for this operation" % this_version ) + if verbose: + print("Filing version %s isn't supported for this operation" % this_version ) return this_filing