diff --git a/nicole/nicole.py b/nicole/nicole.py index 9287f58..60bc8fc 100644 --- a/nicole/nicole.py +++ b/nicole/nicole.py @@ -169,9 +169,9 @@ class Nicole: # add to history if self.write_history: - if success and entry not in self.history: + if entry not in self.history: self.history.append(entry) - elif not success: + if not success: self.failed.append(entry) if not self.silent: