diff options
Diffstat (limited to 'opendc/models/experiment.py')
| -rw-r--r-- | opendc/models/experiment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/experiment.py b/opendc/models/experiment.py index 23d80047..1f33fa3b 100644 --- a/opendc/models/experiment.py +++ b/opendc/models/experiment.py @@ -27,7 +27,7 @@ class Experiment(Model): # Get the Simulation try: - simulation = Simulation.from_primary_key((self.simulation_id,)) + simulation = Simulation.from_primary_key((self.simulation_id, )) except exceptions.RowNotFoundError: return False |
