Werk #5390: MKP: Ignore *.pyc files when creating MKP packages
| Component | Core & setup | ||
| Title | MKP: Ignore *.pyc files when creating MKP packages | ||
| Date | Oct 9, 2017 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
Packing the compiled pyc files into MKP packages is not a good idea, because they are python version specific and can be created by the target system at any time. So better ignore these files when creating packages.