Skip to content

Commit

Permalink
remove comment in cyrillic
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricane642 committed Nov 13, 2024
1 parent ff8638f commit a4edf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perturbopy/generate_input/generate_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def input_generation():
None
"""
module_dir = os.path.dirname(__file__) # Папка, где находится модуль
module_dir = os.path.dirname(__file__)
param_qe2pert = os.path.join(module_dir, 'input_parameters_qe2pert.yml')
param_perturbo = os.path.join(module_dir, 'input_parameters_perturbo.yml')
input_template = os.path.join(module_dir, 'input_template.yml')
Expand Down

0 comments on commit a4edf9b

Please sign in to comment.