Skip to content

Commit

Permalink
Minor path bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristaps Ermanis committed May 8, 2020
1 parent c3a0875 commit e647a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NMR.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self,settings):

def ExpNMRFromDesc(self):

print('Loading NMR data from ' + self.InputPath)
print('Loading NMR data from ' + str(self.InputPath))

# Reads the experimental NMR data from the file
ExpNMR_file = open(self.InputPath[0], 'r')
Expand Down

0 comments on commit e647a4a

Please sign in to comment.