Merge branch 'main' into 21440-process-panel-reorg
[arvados.git] / sdk / python / arvados / arvfile.py
index a1b2241b36c219252714f4d75d677a4bbee2f3cd..4b95835aac0f25a57fd999a2c5f9cff0e54014e1 100644 (file)
@@ -100,7 +100,7 @@ class ArvadosFileReaderBase(_FileLikeObjectBase):
             yield data
 
     def decompressed_name(self):
-        return re.sub('\.(bz2|gz)$', '', self.name)
+        return re.sub(r'\.(bz2|gz)$', '', self.name)
 
     @_FileLikeObjectBase._before_close
     def seek(self, pos, whence=os.SEEK_SET):