Skip to content

Commit

Permalink
Merge pull request #742 from zarath/feature/fix_device_settings
Browse files Browse the repository at this point in the history
fix sweep init refactoring glitch
  • Loading branch information
zarath authored Dec 10, 2024
2 parents 6f236c2 + 6147f31 commit 6f8a5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NanoVNASaver/Settings/Sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(
self._end = end
self._points = points
self._segments = segments
self._properties = Properties()
self._properties = properties or Properties()
self._lock = Lock()
self.check()
logger.debug("%s", self)
Expand Down

0 comments on commit 6f8a5fd

Please sign in to comment.