Skip to content

Commit

Permalink
fix: except with GithubException, not github.GithubException
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jul 4, 2024
1 parent c388cec commit 9d2c6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epic_capybara/cli/cate.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def recurse_upload(cur_path):

try:
file = repo.get_contents(".nojekyll")
except github.GithubException.UnknownObjectException:
except GithubException.UnknownObjectException:
# file does not exist
repo.create_file(
".nojekyll",
Expand Down

0 comments on commit 9d2c6c4

Please sign in to comment.