Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 2b939ee

Browse files
author
Joshua Reich
committed
fixed typo
1 parent a358120 commit 2b939ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyretic/core/language.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ def add_query_sub_pols(acc, policy):
12051205
from pyretic.lib.query import packets
12061206
if ( isinstance(policy,Query) or
12071207
isinstance(policy,packets)) : ### TODO remove this hack once packets is refactored
1208-
return add | {policy}
1208+
return acc | {policy}
12091209
else:
12101210
return acc
12111211

0 commit comments

Comments
 (0)