arseniycodes / arseniycodes/socrates
Error in installation command (42) and error in death timing
- Dominant language
- Python
- Stars
- 70
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Hello guys ! great work but two issues:
for the installation command line in 42:
`python3 -m pip install psutil --user` and not `python3 -m pip install psutil -user`
And death timing doesn't work for me in the school.
However my printing is good:
`00000000001 3 is eating`
the logs:
```
Traceback (most recent call last):
File "socrates.py", line 253, in
exit(socrates(bin_path))
File "socrates.py", line 235, in socrates
test_program(f"{bin_path}/philo_one/philo_one")
File "socrates.py", line 177, in test_program
if run_starvation_measures(binary) is False:
File "socrates.py", line 151, in run_starvation_measures
measure_starvation_timing(binary, results)
File "socrates.py", line 125, in measure_starvation_timing
separator_index = pattern.search(last_line).start()
AttributeError: 'NoneType' object has no attribute 'start'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.