@@ -65,10 +65,6 @@ class SwitchProjectSpaceId (BasicNG6Workflow):
logging.getLogger("SwitchProjectSpaceId.process").error("Error while searching space_id '"+str(self.space_id)+"' in application.properties, it certainly doesn't exist. \n"+str(err))
raiseException("Error while searching space_id '"+str(self.space_id)+"' in application.properties, it certainly doesn't exist. \n"+str(err))
#Update to the projcet's space_id
t3mysql=t3MySQLdb()
project.update_space_id(self.space_id)
base_path=ng6conf.get_save_directory()
#Process for the project's runs
...
...
@@ -83,7 +79,6 @@ class SwitchProjectSpaceId (BasicNG6Workflow):