Skip to content

Commit

Permalink
fixed parenthesis mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMino committed Jul 2, 2024
1 parent 02f9251 commit 5431868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim2root/CoREASRawRoot/CorsikaInfoFuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def read_long(pathLongFile):
TODO: fix hillas_parameter - something's not working yet
"""
with open(pathLongFile, mode="r") as file:
lines=file.readlines
lines=file.readlines()


n_steps = int(lines[0].rstrip().split()[3])
Expand Down

0 comments on commit 5431868

Please sign in to comment.