Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Proper fix for when Crypt server is not set #156

Merged
merged 1 commit into from
Nov 15, 2017
Merged

fix: Proper fix for when Crypt server is not set #156

merged 1 commit into from
Nov 15, 2017

Conversation

clburlison
Copy link
Contributor

whitespace/indentions in python matters.

This corrects the following bug that was introduced with #151

ERROR:yapsy:Unable to import plugin: /Users/clayton.burlison/Documents/src/others/sal/server/plugins/cryptstatus/cryptstatus
Traceback (most recent call last):
  File "/Users/clayton.burlison/Documents/src/others/sal/sal_env/lib/python2.7/site-packages/yapsy/PluginManager.py", line 488, in loadPlugins
    candidate_module = imp.load_module(plugin_module_name,plugin_file,candidate_filepath+".py",("py","r",imp.PY_SOURCE))
  File "/Users/clayton.burlison/Documents/src/others/sal/server/plugins/cryptstatus/cryptstatus.py", line 41
    request_url = crypt_url + '/verify/'+ serial + '/recovery_key/'
              ^
IndentationError: expected an indented block

@grahamgilbert grahamgilbert merged commit 34eb383 into salopensource:master Nov 15, 2017
@clburlison clburlison deleted the proper-crypt-fix branch November 15, 2017 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants