remove static due to compatibility issues
This commit is contained in:
parent
6b7f5ffcd3
commit
cecbda97ea
|
@ -56,7 +56,6 @@ def get_replace_list(opt):
|
|||
else:
|
||||
return opt.find.split(",")
|
||||
|
||||
@staticmethod
|
||||
def get_outfile_name(infile, append):
|
||||
new_filename = f"{os.path.splitext(infile)[0]} {append}{os.path.splitext(infile)[1]}"
|
||||
return new_filename
|
||||
|
|
Loading…
Reference in New Issue