Skip to content

Commit 709e17c

Browse files
author
Ram Rachum
committed
-
1 parent 2865e4b commit 709e17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

garlicsim/garlicsim/scripts/start_simpack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def start_simpack(containing_folder, name):
9494

9595
os.mkdir(folder)
9696

97-
for file in _walk_folder(simpack_template_package_name, './simpack_name'):
97+
for file in _walk_folder(simpack_template_package_name, 'simpack_name'):
9898

9999
if os.path.splitext(file)[1] in ('.pyc', '.pyo'):
100100
continue

0 commit comments

Comments
 (0)