We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1e751 commit f6062b8Copy full SHA for f6062b8
1 file changed
openxc/utils.py
@@ -89,7 +89,7 @@ def find_file(filename, search_paths):
89
fatal_error("Unable to find '%s' in search paths (%s)" % (
90
filename, search_paths))
91
92
-# https://stackoverflow.com/a/14902564
+
93
def dict_raise_on_duplicates(ordered_pairs):
94
"""Reject duplicate keys."""
95
d = {}
0 commit comments