Skip to content

Commit 4aa6416

Browse files
author
autopep8
committed
Automated autopep8 fixes
1 parent 6909f96 commit 4aa6416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_command_line_usage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ def test_sab_download_with_endf(self):
138138

139139
os.system('rm *.h5')
140140

141-
os.system('openmc_data_downloader -l ENDFB-7.1-NNDC TENDL-2019 -e Be O -s c_Be_in_BeO')
141+
os.system(
142+
'openmc_data_downloader -l ENDFB-7.1-NNDC TENDL-2019 -e Be O -s c_Be_in_BeO')
142143

143144
assert Path('ENDFB-7.1-NNDC_Be9.h5').is_file()
144145
assert Path('ENDFB-7.1-NNDC_O16.h5').is_file()

0 commit comments

Comments
 (0)