mirror of
https://github.com/clearml/clearml
synced 2025-02-12 07:35:08 +00:00
Black formatting
This commit is contained in:
parent
7e12c47137
commit
ffcda558e7
@ -43,11 +43,7 @@ def input_int(
|
|||||||
)
|
)
|
||||||
return value
|
return value
|
||||||
except ValueError:
|
except ValueError:
|
||||||
print(
|
print("Invalid input: {} should be a number. Please enter an integer".format(key))
|
||||||
"Invalid input: {} should be a number. Please enter an integer".format(
|
|
||||||
key
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def input_bool(question, default=False):
|
def input_bool(question, default=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user