Glider
Loading...
Searching...
No Matches
MerlinTemplate.py
Go to the documentation of this file.
3 def service(self, filename):
4 x = filename.split("_Merlin_")
5 x = x[1].replace(".txt", "")
6 return x