Skip to content

Commit 6d56db2

Browse files
authored
Update db_runner.py
stringify notebook return code
1 parent 6fe1b60 commit 6d56db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zipdcm/db_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
#
2323
retcode = pytest.main(["-v", "."])
24-
dbutils.notebook.exit(retcode)
24+
dbutils.notebook.exit(f"{retcode}")

0 commit comments

Comments
 (0)