Commit Graph
5 Commits
Author SHA1 Message Date
Alexander Graf 18ad134f45 attempt to setup travis-ci to invoke pylint 2016-06-26 09:55:23 +02:00
Alexander Graf beb860ed35 Fix minor code style issues
This makes instaloder proof against
$ pylint3 -r n -d \
	bad-whitespace,bad-continuation,missing-docstring,anomalous-backslash-in-string,invalid-name,multiple-imports,dangerous-default-value \
	--max-args=8 --max-locals=16 --max-branches=19 --max-nested-blocks=6 \
	instagram
2016-06-26 09:43:02 +02:00
Alexander Graf b3b8c22240 Update description in help text 2016-06-23 21:06:56 +02:00
Alexander Graf d2ef625847 Have --fast-update 2016-06-17 21:40:55 +02:00
Alexander Graf a3282ed7a5 Raise exceptions instead of printing Quatsch and then returning 2016-06-17 21:38:21 +02:00