Skip to content

Commit

Permalink
bug fix: remove "style" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Oeffner authored and bkpoon committed May 10, 2021
1 parent 0680a29 commit aeb4218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iotbx/command_line/cif.as_miller_arrays.py
Expand Up @@ -9,7 +9,7 @@ def run(args):
for f in args:
try:
file_object = smart_open.for_reading(file_name=f)
miller_arrays = iotbx.cif.reader(file_object=file_object).as_miller_arrays(style="new")
miller_arrays = iotbx.cif.reader(file_object=file_object).as_miller_arrays()
except KeyboardInterrupt:
raise
except Exception as e:
Expand Down

0 comments on commit aeb4218

Please sign in to comment.