mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-01 14:38:08 +00:00
async became a keyword in Python 3.7, so, e.g., create_subvolume('foo', async=True) is now a syntax error. Fix it with the Python convention of adding a trailing underscore to the keyword (async -> async_). This is what several other Python libraries did to handle this. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
tests | ||
.gitignore | ||
btrfsutilpy.h | ||
error.c | ||
filesystem.c | ||
module.c | ||
qgroup.c | ||
setup.py | ||
subvolume.c |