Changeset 35:5897bec6c5e3 in stamper
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
r33
|
r35
|
|
27 | 27 | None, None, None) |
28 | 28 | |
29 | | elif len(sys.argv) == 3: |
| 29 | elif len(sys.argv) >= 3: |
30 | 30 | # record! |
31 | 31 | last_stamp = s.last_stamp() |