Changeset 35:5897bec6c5e3 in stamper


Ignore:
Timestamp:
Aug 11, 2014, 8:23:25 AM (10 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Set proper number of required arguments.
This is related to the change that allow stamping tasks without using
quotation marks for the description of the task

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/stamp

    r33 r35  
    2727                None, None, None)
    2828
    29     elif len(sys.argv) == 3:
     29    elif len(sys.argv) >= 3:
    3030        # record!
    3131        last_stamp = s.last_stamp()
Note: See TracChangeset for help on using the changeset viewer.