Lenty / SLiCAP_python

Open-source version of SLiCAP, implemented in python
Other
33 stars 15 forks source link

Remove cp alias #45

Closed JokinSB closed 2 months ago

JokinSB commented 1 year ago

The cp alias for shutil.copy2 is inneccessary and misleading, defined in SLiCAPini.py and only used in two functions of SLiCAPhtml.py. It has been removed in favor of explicitly importing shutil in the file where it is used.