Revision 719f8fba

b/lib/jqueue.py
1798 1798
    @return: a string representing the job identifier.
1799 1799

  
1800 1800
    """
1801
    assert count > 0
1801
    assert ht.TPositiveInt(count)
1802

  
1802 1803
    # New number
1803 1804
    serial = self._last_serial + count
1804 1805

  

Also available in: Unified diff