]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blobdiff - modules/cmds.py
- minor internal reorganization finished
[projects/pld-ftp-admin.git] / modules / cmds.py
index dff6fa9fc99ee3873346e646ff970e7e9265d141..b46047bfda27827c6184abc187a6177e7fcc311e 100644 (file)
@@ -137,11 +137,10 @@ def reloadftptree():
 
 def cmd_gettree(con):
     buf=''
-    for pkgname in pkglist:
+    for pkgnvr in pkglist:
         # TODO: show only user's own pkgs
-        # TODO: show if already marked
-        pkg=srctree[pkgname]
-        line=pkgname
+        pkg=srctree[pkgnvr]
+        line=pkgnvr
         if pkg.marked4moving:
             line=line+'\n1'
         else:
This page took 0.026452 seconds and 4 git commands to generate.