Skip to content

Commit

Permalink
bugfix, update checklist (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk authored Jun 12, 2024
1 parent eda485d commit 83ca428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ Publication checklist. Do these from _outside_ the webdiff directory:

- Run `webdiff webdiff/testdata/.../{left,right}`
- Run `git webdiff 52aa15f^..52aa15f` in the codediff.js repo
- Run `git webshow 52aa15f` from the codediff.js repo (should be same as previous command)
- Run `webdiff https://github.com/danvk/webdiff/pull/160`

## Implementation notes
Expand Down
2 changes: 1 addition & 1 deletion webdiff/gitwebdiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def any_nonflag_args(args):
return len([x for x in args if not x.startswith('-')]) > 0


def run(argv):
def run(argv=sys.argv):
if os.environ.get('DEBUG'):
sys.stderr.write(f'git webdiff invoked as: {argv}\n')

Expand Down

0 comments on commit 83ca428

Please sign in to comment.