Skip to content

Commit

Permalink
Moved appclass to front of list of params for NgasArchivingApp
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Oct 15, 2021
1 parent 45f4d3d commit 260ea8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/apps/archiving.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def store(self, inputDrop):
# @details Takes an input and archives it in an NGAS server.
# @par EAGLE_START
# @param category PythonApp
# @param[in] param/appclass Application class/dlg.apps.archiving.NgasArchivingApp/String/readonly/
# \~English Application class
# @param[in] param/ngasSrv NGAS Server URL/localhost/String/readwrite/
# \~English URL of the NGAS Server
# @param[in] param/ngasPort NGAS Server Port/7777/Integer/readwrite/
Expand All @@ -77,8 +79,6 @@ def store(self, inputDrop):
# \~English Archiving request timeout
# @param[in] param/ngasConnectTimeout NGAS Server Connect Timeout/2/Integer/readonly/
# \~English NGAS Server connection timeout
# @param[in] param/appclass Application class/dlg.apps.archiving.NgasArchivingApp/String/readonly/
# \~English Application class
# @param[in] port/fileObject
# \~English Input File Object
# @par EAGLE_END
Expand Down

0 comments on commit 260ea8c

Please sign in to comment.