Revision 6f59b964 lib/rapi/baserlib.py

b/lib/rapi/baserlib.py
280 280

  
281 281
    """
282 282
    return self._checkIntVariable('bulk')
283

  
284
  def dryRun(self):
285
    """Check if the request specifies dry-run mode.
286

  
287
    """
288
    return self._checkIntVariable('dry-run')

Also available in: Unified diff