Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed May 26, 2024
1 parent a136183 commit 58d6e2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/pyrogue/pydm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ def runPyDM(serverList='localhost:9090', ui=None, title=None, sizeX=800, sizeY=1
hide_menu_bar=True,
hide_status_bar=True)

# Setup signal handling for CTRL+C
signal.signal(signal.SIGINT, pydmSignalHandler)

# Setup signal handling for CTRL+C and SIGTERM for handling termination signal
signal.signal(signal.SIGINT, pydmSignalHandler)
signal.signal(signal.SIGTERM, pydmSignalHandler)
Expand Down

0 comments on commit 58d6e2c

Please sign in to comment.