Skip to content

Commit

Permalink
Add missing AVAIL_MACHINES
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoyer committed May 28, 2021
1 parent 76c1fd0 commit 269cc3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/machine_config.py
Expand Up @@ -3,6 +3,7 @@ class MachineConfig:
CITYSCAPES_DIR = None
GENERATED_DEPTH_DIR = None
LOG_DIR = None
AVAIL_MACHINES = ["ws"]

def __init__(self, machine):
if machine == "ws":
Expand Down

0 comments on commit 269cc3a

Please sign in to comment.