Skip to content

Commit fbe60cb

Browse files
committed
always copy output visualizer from skel
1 parent 64b0a76 commit fbe60cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/skel.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from problem import Problem
1212
from util import *
1313
from validate import OutputValidator
14-
from visualize import OutputVisualizer
1514

1615

1716
# Returns the alphanumeric version of a string:
@@ -184,8 +183,6 @@ def new_problem() -> None:
184183
skip = []
185184
if custom_output:
186185
skip.append(skeldir / OutputValidator.source_dir)
187-
if "interactive" in problem_type:
188-
skip.append(skeldir / OutputVisualizer.source_dir)
189186

190187
copytree_and_substitute(
191188
skeldir,

0 commit comments

Comments
 (0)