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.
2 parents 1431632 + 632da8f commit 296b687Copy full SHA for 296b687
README.md
@@ -247,7 +247,7 @@ Please make pull requests against the `develop` branch.
247
248
When making changes please run tests (and please add a test to `python_bindings/tests` in case there is new functionality):
249
```bash
250
-python -m unittest discover --start-directory python_bindings/tests --pattern "*_test*.py
+python -m unittest discover --start-directory python_bindings/tests --pattern "*_test*.py"
251
```
252
253
0 commit comments