From 166e9267e94532fd5da667f958a4f5990f067db2 Mon Sep 17 00:00:00 2001 From: amartin Date: Sat, 22 Dec 2007 13:49:30 +0000 Subject: desktop saving fixes (keep still broken) --- (limited to 'common/Util/InstrumentDB.py') diff --git a/common/Util/InstrumentDB.py b/common/Util/InstrumentDB.py index d11fed8..36a7a84 100644 --- a/common/Util/InstrumentDB.py +++ b/common/Util/InstrumentDB.py @@ -98,7 +98,7 @@ class InstrumentDB: return self.labelSet[label] def getInstrument( self, id ): - return self.inst[id] + return self.instId[id] def getInstrumentByName( self, name ): try: -- cgit v0.9.1