Skip to content

Commit c2169e8

Browse files
committed
replaced missing colon
1 parent f3406b0 commit c2169e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyttitools-PYTTI_local.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"try:\n",
9696
" assert isinstance(CONFIG_OVERRIDES, list)\n",
9797
"except AssertionError:\n",
98-
" if is_instance(CONFIG_OVERRIDES, str)\n",
98+
" if is_instance(CONFIG_OVERRIDES, str):\n",
9999
" logger.warning(\n",
100100
" \"The CONFIG_OVERRIDES variable should be a list of filenames.\"\n",
101101
" \"I noticed you set this variable to a string. I'll wrap that in \"\n",
@@ -648,7 +648,7 @@
648648
"name": "python",
649649
"nbconvert_exporter": "python",
650650
"pygments_lexer": "ipython3",
651-
"version": "3.9.7"
651+
"version": "3.9.9"
652652
}
653653
},
654654
"nbformat": 4,

0 commit comments

Comments
 (0)