Skip to content

Commit

Permalink
fixup! Fix yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Feb 25, 2019
1 parent 8b920ec commit ae580d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagmaps/config/config.py
Expand Up @@ -73,7 +73,7 @@ def __init__(self):
self.load_from_intermediate = None
self.parse_args()

if not self.input_folder.exists():
if not self.load_from_intermediate and not self.input_folder.exists():
raise ValueError(f"Folder {self.input_folder} not found.")
if not self.config_folder.exists():
raise ValueError(f"Folder {self.config_folder} not found.")
Expand Down

0 comments on commit ae580d7

Please sign in to comment.