kopia lustrzana https://github.com/jupyterhub/repo2docker
Fix typo in comment
rodzic
c0a33b340b
commit
c8cff1bccc
|
@ -300,7 +300,7 @@ def make_r2d(argv=None):
|
||||||
|
|
||||||
if args.build_memory_limit:
|
if args.build_memory_limit:
|
||||||
# if the string only contains numerals we assume it should be an int
|
# if the string only contains numerals we assume it should be an int
|
||||||
# and specifies a size inn bytes
|
# and specifies a size in bytes
|
||||||
if args.build_memory_limit.isnumeric():
|
if args.build_memory_limit.isnumeric():
|
||||||
r2d.build_memory_limit = int(args.build_memory_limit)
|
r2d.build_memory_limit = int(args.build_memory_limit)
|
||||||
else:
|
else:
|
||||||
|
|
Ładowanie…
Reference in New Issue