Skip to content

Commit 67879ed

Browse files
authored
removed python3-only syntax
1 parent bcc7de0 commit 67879ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def is_within_directory(directory, target):
312312

313313
return prefix == abs_directory
314314

315-
def safe_extract(tar, path=".", members=None, *, numeric_owner=False):
315+
def safe_extract(tar, path=".", members=None, numeric_owner=False):
316316

317317
for member in tar.getmembers():
318318
member_path = os.path.join(path, member.name)

0 commit comments

Comments
 (0)