Skip to content

Commit aee1e88

Browse files
committed
fix linting
1 parent db9c883 commit aee1e88

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: src/atomate2/lobster/schemas.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def from_directory(
597597
"bva_comp": True,
598598
**calc_quality_kwargs,
599599
}
600-
print(calc_quality_kwargs_updated)
600+
601601
cal_quality_dict = Analysis.get_lobster_calc_quality_summary(
602602
path_to_poscar=structure_path,
603603
path_to_vasprun=vasprun_path,
@@ -845,9 +845,8 @@ def from_directory(
845845
calc_quality_text = None
846846
describe = None
847847
describe_ionic = None
848-
print(analyze_outputs)
849-
if analyze_outputs:
850-
if (
848+
849+
if analyze_outputs and (
851850
icohplist_path.exists()
852851
and cohpcar_path.exists()
853852
and charge_path.exists()

0 commit comments

Comments
 (0)