Guest User

Untitled

a guest
Jul 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. processing.algorithmHelp('native:mergevectorlayers')
  2. input = iface.mapCanvas().layers()
  3. processing.run('native:mergevectorlayers',{'LAYERS':input,'CRS':4326,'OUTPUT':'C:UsershpDesktopCOOPIGIS_DataCWW_Predictive_TargetingGEOREF_HH_GPS_DataShapefilesMergedTA_Mponda_GVH_Bolera_malunga.shp'})
  4.  
  5. Traceback (most recent call last):
  6. File "C:OSGEO4~1appsPython36libcode.py", line 64, in runsource
  7. code = self.compile(source, filename, symbol)
  8. File "C:OSGEO4~1appsPython36libcodeop.py", line 168, in __call__
  9. return _maybe_compile(self.compiler, source, filename, symbol)
  10. File "C:OSGEO4~1appsPython36libcodeop.py", line 99, in _maybe_compile
  11. raise err1
  12. File "C:OSGEO4~1appsPython36libcodeop.py", line 87, in _maybe_compile
  13. code1 = compiler(source + "n", filename, symbol)
  14. File "C:OSGEO4~1appsPython36libcodeop.py", line 133, in __call__
  15. codeob = compile(source, filename, symbol, self.flags, 1)
  16. File "<input>", line 1
  17. SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated UXXXXXXXX escape
Add Comment
Please, Sign In to add comment