Skip to content

Commit

Permalink
Compatibility fix for 4.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed May 16, 2017
1 parent 5fee190 commit e28c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osdb.explain.groovy
@@ -1,7 +1,7 @@
#!/usr/bin/env filebot -script


def lang = _args.locale.ISO3Language
def lang = _args.language.ISO3
def strict = !_args.nonStrict

def fetch = any{ fetch as boolean }{ false }
Expand Down

0 comments on commit e28c7e4

Please sign in to comment.