Browse Source

docs run module added import os to code block

master
Tom Krüger 4 years ago
parent
commit
207674f46f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docs/run_module.md

+ 1
- 0
docs/run_module.md View File

@ -4,6 +4,7 @@ The run module is arguably the most important part of the *alma* interface. It i
```python ```python
import random import random
import os
def run(instance, save, state): def run(instance, save, state):
lines = open(instance).readlines() lines = open(instance).readlines()


Loading…
Cancel
Save