Skip to content

Commit 865b834

Browse files
committed
fix the issue
1 parent 731ec91 commit 865b834

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyepics/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def cmd_mcdc(args):
209209
eadl_dir = base / LIBRARY_CONFIG["atomic"]["endf_dir"]
210210

211211
print(f"\n{'=' * 60}")
212-
print(f" Creating combined MCDC HDF5 files")
212+
print(" Creating combined MCDC HDF5 files")
213213
print(f" Output: {mcdc_dir}")
214214
print(f" Z range: {z_min}{z_max}")
215215
print(f"{'=' * 60}")

pyepics/converters/hdf5.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,6 @@ def create_combined_mcdc_hdf5(
755755
... )
756756
"""
757757
from pyepics.converters.mcdc_hdf5 import write_mcdc_combined
758-
759758
from pyepics.readers.eadl import EADLReader
760759
from pyepics.readers.eedl import EEDLReader
761760
from pyepics.readers.epdl import EPDLReader

0 commit comments

Comments
 (0)