Closed pparker1800 closed 4 years ago
File "dkmc.py", line 12 os.makedirs("output/")
with or without 'output' place.
This is due to difference in indentation. Easiest solution:
pip install autopep8 then move to DKMC directory, autopep8 -i dkmc.py
It'll do the trick.
fixed the code indentation
File "dkmc.py", line 12 os.makedirs("output/")
with or without 'output' place.