浏览代码

[raz] Remove extra comma in _handle_relative_path method params (#3015)

Harsh Gupta 3 年之前
父节点
当前提交
2045a79b21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/lib/raz/raz_client.py

+ 1 - 1
desktop/core/src/desktop/lib/raz/raz_client.py

@@ -198,7 +198,7 @@ class RazClient(object):
     })
 
 
-  def _handle_relative_path(self, method, params, resource_path, relative_path,):
+  def _handle_relative_path(self, method, params, resource_path, relative_path):
     if len(resource_path) == 2:
       relative_path += resource_path[1]