Skip to content

Commit f86b6e0

Browse files
committed
edited the valueError
1 parent 14c7ecd commit f86b6e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package/MDAnalysis/transformations/nojump.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ def _transform(self, ts):
122122
if self.prev is None and ts.frame != 0:
123123
raise ValueError(
124124
"NoJump transformation must be applied starting from frame 0. "
125-
f"Currently at frame {ts.frame}. Please reset trajectory to frame 0 "
126-
"before adding this transformation."
125+
f"Currently at frame {ts.frame}. Please reset trajectory to frame 0 before adding this transformation."
127126
)
128127

129128
if ts.frame == 0:

0 commit comments

Comments
 (0)