Browse Source

g.extension: fix debug message syntax

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73412 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 6 years ago
parent
commit
7eb30eb4f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/g.extension/g.extension.py

+ 1 - 1
scripts/g.extension/g.extension.py

@@ -304,7 +304,7 @@ def get_installed_modules(force=False):
         if force:
             write_xml_modules(xml_file)
         else:
-            grass.debug(1, "No addons metadata file available")
+            grass.debug("No addons metadata file available", 1)
         return []
     # read XML file
     try: