# HG changeset patch # User luca_milaz # Date 1756988528 0 # Node ID 350c3f3cb61d3033d9bb7ab3a936adc009ad741a # Parent b89091ae2484f08a9709e792aece265a37e438f9 Uploaded diff -r b89091ae2484 -r 350c3f3cb61d COBRAxy/utils/general_utils.py --- a/COBRAxy/utils/general_utils.py Thu Sep 04 12:13:44 2025 +0000 +++ b/COBRAxy/utils/general_utils.py Thu Sep 04 12:22:08 2025 +0000 @@ -71,7 +71,7 @@ str : the string representation of the file extension. """ - if(self.values[-1] in ["json", "xml"]): #return the original string extension for compressed files + if(self.value[-1] in ["json", "xml"]): #return the original string extension for compressed files return self.original_extension else: return self.value[-1] # for all other formats and pickle