Skip to content

Replaced os.popen with shutil.copyfile

Cecilia Nievas requested to merge fix/copyfile into main

Replaced the copying of files that was done with os.popen to be done with shutil.copyfile instead, as os.popen was not working with Mac OS.

Merge request reports