Skip to content

Commit

Permalink
Fix PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Dec 17, 2020
1 parent b66667d commit eaec5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/templates/sysctl/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ def preprocess(data, lang):
if data["sysctlid"].find("ipv6") >= 0:
ipv6_flag = "I"
data["flags"] = "SR" + ipv6_flag
if not "operation" in data:
if "operation" not in data:
data["operation"] = "equals"
return data

0 comments on commit eaec5c3

Please sign in to comment.