Skip to content

Commit

Permalink
Fix wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
2xB committed Jul 5, 2019
1 parent 4029a6a commit f8e4eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ def buttons_preview_save(self):
if os.path.exists(selected_files[0]):
reply = QtWidgets.QMessageBox.question(self, "Overwriting file", "The selected file already exists. Do you want to overwrite it?",
QtWidgets.QMessageBox.Yes|QtWidgets.QMessageBox.No)
if reply != QtWidgets.QMessageBox.Yes:
return
if reply != QtWidgets.QMessageBox.Yes:
return

save_array_as_img(self.realcolors, selected_files[0])

Expand Down

0 comments on commit f8e4eec

Please sign in to comment.