Skip to content

adding shutil_patch

Hannes Mildner requested to merge shutil_patch into master

NOT A MODEL patch for shutil python module. When copying files from cvmfs to some local file systems, a "no space left on device" error was called raised by the _copyxattr function of shutil. This patched version of shutil.py is identical to the one form python 3.9.6, with the expception of L332, where we no longer raise an exception in case of errno.ENOSPC. In MadGraphControl we add the patched module to the PYTHONPATH environment variable.

Merge request reports