Changeset 29:4a51239749c4 in stamper
- Timestamp:
- Aug 9, 2014, 2:53:22 AM (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bin/stamps
r28 r29 26 26 s = Stamper() 27 27 s.load_stamps() 28 29 # Set proper arguments if they have passed a date-based filter without 30 # a customer 31 if args.customer not in s.customers and not args.filter: 32 args.filter = args.customer 33 args.customer = None 34 35 # Call the proper methods, based on the given parameters 28 36 if args.timeline: 29 37 s.timeline()
Note:
See TracChangeset
for help on using the changeset viewer.