Skip to content

Commit

Permalink
upd example
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-landy committed Nov 8, 2020
1 parent 87dc3b1 commit 42adfad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/external_script.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# if usually you called
path/to/some_external_script.py --some-arg some-value
path/to/some_cmd --some-arg some-value
# or
python3 path/to/some_external_script.py --some-arg some-value
path/to/some_script.py --some-arg some-value
# or
python3 -m some_external_script --some-arg some-value
python3 path/to/some_script.py --some-arg some-value
# or
some_external_command --some-arg some-value
python3 -m some_module --some-arg some-value


# then you can upgrade the traceback like this:
Expand Down

0 comments on commit 42adfad

Please sign in to comment.