Skip to content

Commit

Permalink
Fix missing variable initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
MCFlowMace committed Oct 25, 2022
1 parent f9b02ff commit 98b7f86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hercules/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@ def _gen_locust_script(self, output_dir):
str(self._p8_compute_dir/'setup.sh'))
kasper_env = _char_concatenate(' ', 'source',
str(self._p8_locust_dir/'bin'/'kasperenv.sh'))


sim_command = ''
if self._use_locust:
sim_command = ('exec LocustSim config='
+ str(OUTPUT_DIR_CONTAINER/LOCUST_CONFIG_NAME))
Expand Down

0 comments on commit 98b7f86

Please sign in to comment.