Skip to content

Commit

Permalink
fixing git diff comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora-Khalil committed May 28, 2024
1 parent 3c48810 commit e85af70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rmgpy/data/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,8 @@ def load(self, path, local_context=None, global_context=None):
local_context[key] = value

# Process the file
<<<<<<< Updated upstream
with open(path, 'r') as f:
content = f.read()
=======
f = open(path, 'r')
if "Intra_R_Add_Endocyclic/rules" in path:
print(f.read())
>>>>>>> Stashed changes
try:
exec(content, global_context, local_context)
except Exception as e:
Expand Down

0 comments on commit e85af70

Please sign in to comment.