Skip to content

Commit

Permalink
small retouch
Browse files Browse the repository at this point in the history
  • Loading branch information
luisodls committed Oct 24, 2019
1 parent 94ce5df commit 308f310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dui/custom_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ def check_repeated_file(self):
param1_com = str(self.simple_lin.text())
cwd_path = os.path.join(sys_arg.directory, "dui_files")
mtz_file_path = os.path.join(cwd_path, param1_com)
print("path:", mtz_file_path)
if os.path.isfile(mtz_file_path):
txt_warning = "Warning, file: " + param1_com + " already exists"
self.warning_label.setText(txt_warning)
Expand Down

0 comments on commit 308f310

Please sign in to comment.