Ilya Kulakov
Ilya Kulakov
Perhaps you can consider conversation after the archive is created, as explained on [StackOverflow](https://unix.stackexchange.com/a/49265/4076)?
There are myriad of options if you think about it, and not just for tar but for the compressors too. And then there are also their flavors. What if I...
Since you are using it as a library, you should be able to call `GitArchiver .archive_all_files` directly passing custom callable to archive files in a way that suits you best.
Relevant documentation: https://git-scm.com/docs/gitattributes#_code_export_subst_code
Ok, so what case are you hitting: 1. The script exits without printing an error or warning with non-0 2. The script prints the exception then exits with 0 with...
What if in addition to `--extra` there will be an `--exclude` option?
Added both options, so you should be able to exclude the submodules either way. Please try both of them and let me know if it works for your use-case.
I'm working on porting asynctest to stdlib, but there seems to be lack of demand. Please consider upvoting / commenting https://github.com/python/cpython/pull/20759
Full spectrum of features offered by asynctest of course :)
I have authored https://github.com/python/cpython/pull/17133 yesterday which is essentially `_AwaitedEvent` for threads. If accepted it would allow to make another PR with `_AwaitedEvent`.