adding missing web_dir
This commit is contained in:
parent
399e7bd0d6
commit
21b1ed909e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def create_file(size=1073741824, web_dir=WEB_DIR):
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
def remove_file():
|
def remove_file(web_dir=WEB_DIR):
|
||||||
"""
|
"""
|
||||||
Remove the 1G file since we no longer need it
|
Remove the 1G file since we no longer need it
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue