We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3406b0 commit c2169e8Copy full SHA for c2169e8
pyttitools-PYTTI_local.ipynb
@@ -95,7 +95,7 @@
95
"try:\n",
96
" assert isinstance(CONFIG_OVERRIDES, list)\n",
97
"except AssertionError:\n",
98
- " if is_instance(CONFIG_OVERRIDES, str)\n",
+ " if is_instance(CONFIG_OVERRIDES, str):\n",
99
" logger.warning(\n",
100
" \"The CONFIG_OVERRIDES variable should be a list of filenames.\"\n",
101
" \"I noticed you set this variable to a string. I'll wrap that in \"\n",
@@ -648,7 +648,7 @@
648
"name": "python",
649
"nbconvert_exporter": "python",
650
"pygments_lexer": "ipython3",
651
- "version": "3.9.7"
+ "version": "3.9.9"
652
}
653
},
654
"nbformat": 4,
0 commit comments