Skip to content

Commit

Permalink
python 2.7 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 21, 2019
1 parent 5ff213f commit bfb005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_lammps/common/raw_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def read_lammps_trajectory_txt(data_txt,
def read_lammps_trajectory(file_name,
limit_number_steps=100000000,
initial_cut=1, end_cut=None,
timestep=1, log_warning_func=print):
timestep=1, log_warning_func=six.print_):
""" should be used with:
`dump name all custom n element x y z q`, where q is optional
"""
Expand Down

0 comments on commit bfb005d

Please sign in to comment.