Skip to content

Commit

Permalink
namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mdip226 committed Jul 20, 2023
1 parent 1a3ee3b commit 14af776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gillespy2/remote/server/handlers/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def get(self):
# if results_id == task_id: # True iff call made using (ignore_cache=True)
# self.cache_dir = os.path.join(self.cache_dir, 'run/')

cache = Cache(self.cache_dir, results_id)
cache = Cache(self.cache_dir, results_id, namespace=namespace)

msg_0 = f'<{self.request.remote_ip}> | Results ID: <{results_id}> | Trajectories: {n_traj} | Task ID: {task_id}'
log.info(msg_0)
Expand Down

0 comments on commit 14af776

Please sign in to comment.