Created
April 2, 2016 21:55
-
-
Save pigreco/b74848b668e00958790cae9e8760ff17 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test = ''' | |
- algorithm: qgis:polygonstolines | |
name: Test (qgis:polygonstolines) | |
params: | |
INPUT: | |
name: polys.gml | |
type: vector | |
results: | |
OUTPUT: | |
name: expected/polys2lines.gml | |
type: vector | |
''' | |
with open(os.path.join(repo_dir, definition_file), 'a') as f: | |
f.write('\n\n' + test) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment