瀏覽代碼

Secure pip / root warning

Valentin Niess 4 年之前
父節點
當前提交
ea71603f8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      python_appimage/commands/build/app.py

+ 1 - 1
python_appimage/commands/build/app.py

@@ -239,7 +239,7 @@ def execute(appdir, name=None, python_version=None, linux_tag=None,
                 'DEPRECATION: Python 2.7 reached the end of its life',
                 'DEPRECATION: Python 3.5 reached the end of its life',
                 'DEPRECATION: In-tree builds are now the default',
-                'WARNING: Running pip as root'
+                'WARNING: Running pip as'
             )
 
             system(('./AppDir/AppRun', '-m', 'pip', 'install', '-U', in_tree_build,