Skip to content

Commit 8f13253

Browse files
mzuennimpsijm
authored andcommitted
fix new problem
1 parent d7bc2d8 commit 8f13253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/skel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def new_problem() -> None:
181181
error("ruamel.yaml library not found. Please update problems.yaml manually.")
182182

183183
skip = []
184-
if custom_output:
184+
if not custom_output:
185185
skip.append(skeldir / OutputValidator.source_dir)
186186

187187
copytree_and_substitute(

0 commit comments

Comments
 (0)