From bfb005dee285d9ce6055b004d0e32037e0074320 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 21 Jun 2019 06:33:27 +0100 Subject: [PATCH] python 2.7 fix --- aiida_lammps/common/raw_parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiida_lammps/common/raw_parsers.py b/aiida_lammps/common/raw_parsers.py index 83e1523..7870b3e 100644 --- a/aiida_lammps/common/raw_parsers.py +++ b/aiida_lammps/common/raw_parsers.py @@ -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 """