Skip to content

Commit

Permalink
fix bug with check_diff.py sys import missing
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Mar 30, 2023
1 parent 93dab21 commit e34ac1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/scripts/check_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import argparse
import os
import fnmatch
import sys


def recursive_find(base, pattern="*.*"):
Expand Down
2 changes: 1 addition & 1 deletion auto_examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ of using the Flux Python API.
.. only:: html

.. image:: /auto_examples/images/thumb/sphx_glr_example_job_submit_api_thumb.png
:alt: Introductory example - Job Submit API
:alt:

:ref:`sphx_glr_auto_examples_example_job_submit_api.py`

Expand Down

0 comments on commit e34ac1a

Please sign in to comment.