Skip to content

Commit

Permalink
Reset error state on next sync
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Apr 29, 2015
1 parent 26d9a28 commit ca88a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/roam/syncing/replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def start(self):
self.import_parser_module()

self._output = ""
self.haserror = False
self.process.start(self.cmd, [])

@property
Expand Down

0 comments on commit ca88a29

Please sign in to comment.