Skip to content

Commit

Permalink
Merge pull request #40 from JE-Chen/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JE-Chen committed Jun 21, 2022
2 parents fe8a8d9 + a594979 commit 0e1c585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
[![AutoControl GitHub Actions Dev](https://github.com/JE-Chen/AutoControl/actions/workflows/auto-control-github-actions_dev.yml/badge.svg)](https://github.com/JE-Chen/AutoControl/actions/workflows/auto-control-github-actions_dev.yml)

[![AutoControl GitHub Actions Stable](https://github.com/JE-Chen/AutoControl/actions/workflows/auto-control-github-actions_stable.yml/badge.svg)](https://github.com/JE-Chen/AutoControl/actions/workflows/auto-control-github-actions_stable.yml)

### Documentation

[![Documentation Status](https://readthedocs.org/projects/python-jeautocontrol/badge/?version=latest)](https://python-jeautocontrol.readthedocs.io/en/latest/?badge=latest)
Expand Down
5 changes: 4 additions & 1 deletion test/unit_test/critical_exit/real_critical_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import sys

from je_auto_control import set_position
from je_auto_control import size
from je_auto_control import CriticalExit
Expand All @@ -19,6 +21,7 @@
set_position(200, 400)
set_position(400, 600)
raise AutoControlMouseException
except AutoControlMouseException:
except Exception as error:
print(repr(error), file=sys.stderr)
CriticalExit().init_critical_exit()
press_key("f7")

0 comments on commit 0e1c585

Please sign in to comment.