Skip to content

Commit

Permalink
Removed duplicated call to save_changes()
Browse files Browse the repository at this point in the history
  • Loading branch information
donob4n committed Mar 31, 2019
1 parent 1fbf6c9 commit 16f2997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qubesmanager/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ def save_changes(self):
def apply(self):
with common_threads.busy_cursor():
self.save_changes()
self.save_changes()

def save_and_apply(self):
with common_threads.busy_cursor():
Expand Down

0 comments on commit 16f2997

Please sign in to comment.