We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb4f50 commit db8943eCopy full SHA for db8943e
scripts/refcodes_with_properties/refcodes_with_properties.py
@@ -45,7 +45,7 @@
45
print_values = args.get_values
46
47
outfile = sys.stdout
48
- if args.output_file != None:
+ if args.output_file is not None:
49
outfile = open(args.output_file, 'wb')
50
51
filterer = entry_property_calculator.parse_control_file(open(control_file, "r").readlines())
0 commit comments