Skip to content

Commit

Permalink
- set a default value to prevent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 29, 2019
1 parent e3c2371 commit 6b081bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OFS/DTMLMethod.py
Expand Up @@ -81,6 +81,7 @@ class DTMLMethod(
__code__.co_varnames = 'self', 'REQUEST', 'RESPONSE'
__code__.co_argcount = 3
__defaults__ = None
encoding = None

manage_options = ((
{
Expand Down

0 comments on commit 6b081bf

Please sign in to comment.