Skip to content

Commit

Permalink
Change default behavior on enable change
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Feb 27, 2018
1 parent f8eeb0e commit 7d90734
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/pyrogue/_Device.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,9 @@ def countReset(self):
pass

def enableChanged(self,value):
if value is True:
self.writeAndVerifyBlocks(force=True, recurse=True, variable=None)
pass # Do nothing
#if value is True:
# self.writeAndVerifyBlocks(force=True, recurse=True, variable=None)

def writeBlocks(self, force=False, recurse=True, variable=None, checkEach=False):
"""
Expand Down

0 comments on commit 7d90734

Please sign in to comment.