projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff78d42
)
(mcs.py) lower- and upper- case both working
author
devicerandom
<devnull@localhost>
Wed, 20 May 2009 11:35:11 +0000
(11:35 +0000)
committer
devicerandom
<devnull@localhost>
Wed, 20 May 2009 11:35:11 +0000
(11:35 +0000)
mcs.py
patch
|
blob
|
history
diff --git
a/mcs.py
b/mcs.py
index 7ddd8929e2dfbef0d813a3cabe1a55dbe4c92599..27f4fab78da66a393e3dca5384d3ff6868b08bed 100644
(file)
--- a/
mcs.py
+++ b/
mcs.py
@@
-41,7
+41,7
@@
class mcsDriver(lhc.Driver):
self.experiment = 'smfluo'
def is_me(self):
- if self.filename[-3:]=='mcs':
+ if self.filename[-3:]
.lower()
=='mcs':
return True
else:
return False