Skip to content
Snippets Groups Projects
Commit 2ba49d9a authored by payno's avatar payno
Browse files

change self.infoname to be take in /data/visitor if we ar eon a system having /lbsram

parent ceff7c0a
No related branches found
No related tags found
No related merge requests found
...@@ -199,6 +199,11 @@ class _TomoDirProcess(OWClient, qt.QObject): ...@@ -199,6 +199,11 @@ class _TomoDirProcess(OWClient, qt.QObject):
self.infoname = os.path.join(self.parsing_dir, self.infoname = os.path.join(self.parsing_dir,
aux[len(aux) - 1] + self.INFO_EXT) aux[len(aux) - 1] + self.INFO_EXT)
if self.srcPattern:
self.infoname = self.infoname.replace(self.srcPattern,
self.destPattern,
1)
""" """
assume 1st it is standard info filename assume 1st it is standard info filename
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment