use of str.trim instead of the correct method str.strip
File "/cvmfs/lhcbdev.cern.ch/nightly-environments/f5a190a09f1257f1556c21d1dbe303e3cecfa6dba878c57dc0c226351eaf8641/lib/python3.11/site-packages/LbNightlyTools/MergeRequestBuilds.py", line 108, in <listcomp>
platforms = [p.trim() for p in platforms.split(",")]
^^^^^^
AttributeError: 'str' object has no attribute 'trim'. Did you mean: 'strip'?