Revision 2c9fa1ff lib/jqueue.py

b/lib/jqueue.py
1913 1913
    @return: a list of job identifiers.
1914 1914

  
1915 1915
    """
1916
    assert ht.TPositiveInt(count)
1916
    assert ht.TNonNegativeInt(count)
1917 1917

  
1918 1918
    # New number
1919 1919
    serial = self._last_serial + count

Also available in: Unified diff