Use single quotes to be consistent

This commit is contained in:
Stefan Oderbolz 2015-06-10 16:22:04 +02:00
parent 2a2d85f60c
commit 64ff0f3a3a
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class Harvester(CkanCommand):
cmd = self.args[0]
if cmd == 'source':
self.create_harvest_source()
elif cmd == "rmsource":
elif cmd == 'rmsource':
self.remove_harvest_source()
elif cmd == 'clearsource':
self.clear_harvest_source()