From c60b2a24b80a46e07812b92850e83a30b3e92075 Mon Sep 17 00:00:00 2001 From: devicerandom Date: Wed, 25 Feb 2009 14:58:32 +0000 Subject: [PATCH] (pcluster.py) fixed missed declaration --- pcluster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pcluster.py b/pcluster.py index b1456f8..389d6ff 100644 --- a/pcluster.py +++ b/pcluster.py @@ -27,6 +27,7 @@ class pclusterCommands: (c)Paolo Pancaldi, Massimo Sandal 2009 ''' #--Custom persistent length + pl_value=None for arg in args.split(): #look for a persistent length argument. if 'pl=' in arg: -- 2.26.2