You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace tarfile.add() named arguments with positional arguments.
This change was made to maintain compatibility with
Python 2.6 and Python 2.7, and follows the suggested
fix in the docs: https://docs.python.org/2/library/tarfile.html#tarfile.TarFile.add
In Python 2.6, the `exclude` named argument was added.
In Python 2.7, the `filter` named argument was added,
and `exclude` was deprecated.
0 commit comments