-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use thread lock for entire IQ capture method (#48)
* Apply threading lock to entire IQ capture method * Update pre-commit hooks * Update package version * name lock object * Fix creation of sigan_lock * Update pre-commit hooks * Add plugin version as instance variable in SiganInterface * Add plugin_version property to sigan interface * Require scos-actions 6.4.0 * Switch to testing scos-actions branch * tagged scos-actions 6.4.0 * Switch scos actions version for testing * Update to tagged scos-actions 6.4.1
- Loading branch information
1 parent
7cb7aa0
commit 6fdcdcb
Showing
4 changed files
with
114 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "3.1.3" | ||
__version__ = "3.1.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters