Skip to content

Commit

Permalink
cast as path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Sep 15, 2013
1 parent fdbca05 commit 76229ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pavement.py
Expand Up @@ -160,7 +160,7 @@ def setup_testdata():
cfg = path('tests/suites/%s/default.cfg' % database)
sh('pycsw-admin.py -c setup_db -f %s' % cfg)
if has_testdata:
datapath = 'tests/suites/%s/data' % database
datapath = path('tests/suites/%s/data' % database)
info('Loading test data from %s' % datapath)
sh('pycsw-admin.py -c load_records -f %s -p %s' % (cfg, datapath))

Expand Down

0 comments on commit 76229ca

Please sign in to comment.