Skip to content

Commit

Permalink
Merge pull request #996 from ims21/python3
Browse files Browse the repository at this point in the history
Partnerbox - fix for compatibility with latest change in TimerEntry in e2
  • Loading branch information
ims21 authored Apr 16, 2024
2 parents 104ab3f + bba0103 commit 86301e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partnerbox/src/RemoteTimerEntry.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def RemoteTimerInit():
TimerEntry.__init__ = RemoteTimer__init__


def RemoteTimer__init__(self, session, timer):
def RemoteTimer__init__(self, session, timer, newEntry=False):
baseTimer__init__(self, session, timer)
RemoteTimerConfig(self)
if int(self.timerentry_remote.value) != 0:
Expand Down

0 comments on commit 86301e4

Please sign in to comment.