Skip to content

Commit b692cdb

Browse files
Update src/compas/__init__.py
Co-authored-by: Gonzalo Casas <[email protected]>
1 parent 41d0e76 commit b692cdb

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
@@ -275,7 +275,7 @@ def safe_extract(tar, path=".", members=None, numeric_owner=False):
275275
return bunny
276276

277277

278-
def devday(year, *, open):
278+
def devday(year, open=True):
279279
import zlib
280280
import base64
281281

0 commit comments

Comments
 (0)