Skip to content

Commit

Permalink
correct name assigned to yaml form description
Browse files Browse the repository at this point in the history
  • Loading branch information
jphcoi committed Jan 9, 2012
1 parent b2121f2 commit 9aeb89e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Crawtext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ params:
label: 'Enter your query (boolean operator like "AND" is allowed)'
type: string
default: 'You really should enter a query, otherwise...'
path:
project_name:
type: string
default: ""
project_path:
type: string
default: ""

Expand Down
2 changes: 1 addition & 1 deletion crawl_trial.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
path = parameters['path']
except:
print 'invalid parameters file'

path=parameters['corpus_file']

inlinks_min=parameters.get('inlinks_min',1)
depth=parameters.get('depth',10)
Expand Down

0 comments on commit 9aeb89e

Please sign in to comment.