JoeLametta
a4f654a3f3
Fix logger statements having multiple arguments
...
Some of the instructions have been rendered invalid during the conversion to logger statements...
Also performed various stylistic fixes
2018-12-14 14:21:56 +00:00
JoeLametta
e3bb215d4f
Convert noisy logger statements to debug level
2018-12-14 14:17:30 +00:00
Samantha Baldwin
09de58852e
Revert "Convert docstrings to reStructuredText"
...
This reverts commit 3b1bd242d0 .
2018-03-02 16:47:12 -05:00
JoeLametta
3b1bd242d0
Convert docstrings to reStructuredText
...
This commit also includes:
- whitespace / code formatting fixes
- slight syntax related changes: except <exception_name>, e -> except <exception_name> as e
- 3 pointless instructions instances have been rewritten [sorted] (spotted by semi-automatic check)
The unrelated changes shouldn't have any real impact on whipper's behaviour.
2018-01-12 11:42:24 +01:00
Eshan Singh
7d154a3cfe
Refuse any url with a scheme or path
2018-01-05 17:51:57 +05:30
Eshan Singh
e2e8676e4d
Enable connecting to a custom MusicBrainz server
...
Under the new [musicbrainz] section in the config,
you can set a server to connect to.
Closes #172 .
2018-01-05 17:29:28 +05:30
JoeLametta
b6fb7e8a86
Solve all flake8 warnings ( #163 )
...
Whipper is now fully PEP8 compliant.
Revised version which includes all the changes suggested by Freso.
2017-05-31 23:09:36 +02:00
Frederik “Freso” S. Olesen
a20c25258d
Remove "Morituri - for those about to RIP" lines.
2017-04-26 23:08:50 +02:00
Frederik “Freso” S. Olesen
c719d9c077
Update filenames.
...
Note that the (internal) file names of
"whipper/test/cache/result/fe105a11.pickle" did not get updated, since
that breaks the tests for some reason.
2017-04-26 23:08:50 +02:00
Frederik “Freso” S. Olesen
ff309e468c
Rename "morituri" module to "whipper".
...
Fixes https://github.com/JoeLametta/whipper/issues/100
2017-04-26 23:08:28 +02:00