yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #05935
[Branch ~yade-dev/yade/trunk] Rev 2500: 1. syntax hotfix for batch -- thanks, Ema.
------------------------------------------------------------
revno: 2500
committer: Václav Šmilauer <eu@xxxxxxxx>
branch nick: yade
timestamp: Tue 2010-10-19 12:04:27 +0200
message:
1. syntax hotfix for batch -- thanks, Ema.
modified:
py/remote.py
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'py/remote.py'
--- py/remote.py 2010-10-18 19:27:07 +0000
+++ py/remote.py 2010-10-19 10:04:27 +0000
@@ -26,7 +26,7 @@
sys.stdout.flush(); sys.stderr.flush()
return ret
def plot(self):
- try
+ try:
from yade import plot
if len(plot.plots)==0: return None
fig=plot.plot(subPlots=True,noShow=True)