diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-04-23 04:29:54 -0700 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-04-23 04:29:54 -0700 |
| commit | d5a38496cf624cb110cb292d18e0822b826b61ab (patch) | |
| tree | 12e88625c75ead378e6cbf2b0dee8c2cf09166e2 /options | |
| parent | 5bf446e4007f9b1c657c32f817e78437afb35c04 (diff) | |
fix which_direction bug
Diffstat (limited to 'options')
| -rw-r--r-- | options/base_options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/base_options.py b/options/base_options.py index 4074746..f03a687 100644 --- a/options/base_options.py +++ b/options/base_options.py @@ -1,7 +1,7 @@ import argparse import os from util import util -from pdb import set_trace as st + class BaseOptions(): def __init__(self): self.parser = argparse.ArgumentParser() |
