Skip to content

Commit

Permalink
GUI path bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
KristapsE committed May 12, 2020
1 parent c227fd1 commit 322a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyDP4_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def get_current_values(self):
for f in self.Structure_paths:

if not Path(self.Output_folder / f.name).exists():
shutil.copyfile(f, self.settings.OutputFolder + os.path.sep + f)
shutil.copyfile(f, self.Output_folder / f.name)

# add NMR

Expand Down

0 comments on commit 322a08f

Please sign in to comment.