Skip to content

Commit

Permalink
Fix indentation of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Aug 10, 2021
1 parent 355811b commit 5a45ad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tardis/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ def machine_meta_data_translation(
"""
Helper function to translate units of the machine_meta_data to match the
units required by the overlay batch system
:param machine_meta_data: Machine Meta Data (Cores, Memory, Disk)
:param meta_data_translation_mapping: Map used for the translation of meta
data, contains conversion factors
:return:
:return: Converted meta data with units expected by the OBS
:rtype: dict
"""
try:
Expand Down

0 comments on commit 5a45ad6

Please sign in to comment.