Skip to content

Commit 417eea0

Browse files
committed
fix: adding a default value for directory
1 parent 5688403 commit 417eea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/python/start_server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ arguments:
99
default_value: ~
1010
- name: directory
1111
description: The directory to which the server will serve files.
12-
default_value: ~
12+
default_value: .
1313
source_url: "https://stackoverflow.com/questions/7943751/what-is-the-python-3-equivalent-of-python-m-simplehttpserver"
1414
author: anand-tripathi
1515
author_url: "https://stackoverflow.com/users/5230702/anand-tripathi"

0 commit comments

Comments
 (0)