| 1 | {{{ |
| 2 | db.droptable -f table=roads_copy |
| 3 | Forcing ... |
| 4 | Traceback (most recent call last): |
| 5 | File "C:\Program Files\GRASS GIS |
| 6 | 7.0.4/scripts/db.droptable.py", line 99, in <module> |
| 7 | main() |
| 8 | File "C:\Program Files\GRASS GIS |
| 9 | 7.0.4/scripts/db.droptable.py", line 77, in main |
| 10 | used = grass.db.db_table_in_vector(table) |
| 11 | File "C:\Program Files\GRASS GIS |
| 12 | 7.0.4\etc\python\grass\script\db.py", line 193, in |
| 13 | db_table_in_vector |
| 14 | for f in vector_db(vect, stderr=nuldev).itervalues(): |
| 15 | File "C:\Program Files\GRASS GIS |
| 16 | 7.0.4\etc\python\grass\script\vector.py", line 43, in |
| 17 | vector_db |
| 18 | **args) |
| 19 | File "C:\Program Files\GRASS GIS |
| 20 | 7.0.4\etc\python\grass\script\core.py", line 446, in |
| 21 | read_command |
| 22 | return handle_errors(returncode, stdout, args, kwargs) |
| 23 | File "C:\Program Files\GRASS GIS |
| 24 | 7.0.4\etc\python\grass\script\core.py", line 313, in |
| 25 | handle_errors |
| 26 | returncode=returncode) |
| 27 | grass.exceptions.CalledModuleError: Module run None |
| 28 | ['v.db.connect', '--q', '-g', 'map=pippopluto@user1', |
| 29 | 'sep=;'] ended with error |
| 30 | Process ended with non-zero return code 1. See errors in the |
| 31 | (error) output. |
| 32 | }}} |