[yt-svn] commit/yt: MatthewTurk: Another missing argument, for the mapserver.

Bitbucket commits-noreply at bitbucket.org
Thu Dec 22 07:41:38 PST 2011


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/97e6056a14b4/
changeset:   97e6056a14b4
branch:      yt
user:        MatthewTurk
date:        2011-12-22 16:41:31
summary:     Another missing argument, for the mapserver.
affected #:  1 file

diff -r 0309c95389d1591c8346e0dab20c48d7dcafec2a -r 97e6056a14b4ac4d6f933141eb8e45c5ae45b506 yt/utilities/command_line.py
--- a/yt/utilities/command_line.py
+++ b/yt/utilities/command_line.py
@@ -602,7 +602,8 @@
             dict(short="-a", long="--axis", action="store", type=int,
                  dest="axis", default=0, help="Axis (4 for all three)"),
             dict(short ="-o", long="--host", action="store", type=str,
-                   dest="host", default=None, help="IP Address to bind on")
+                   dest="host", default=None, help="IP Address to bind on"),
+            "pf",
             )
     
     name = "mapserver"

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list