File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "python.formatting.provider" : " black"
3
+ }
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2019-2021 Ulises Jeremias Cornejo Fandos
3
+ Copyright (c) 2019-2021 The VSL Team
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
- # # Copyright (C) 2019-2021 Ulises Jeremias Cornejo Fandos
3
+ # # Copyright (C) 2019-2021 The VSL Team
4
4
# # Licensed under MIT
5
5
# #
6
6
# # @script.name [OPTION] ARGUMENTS...
@@ -31,7 +31,7 @@ USER_FLAG="-u $(id -u):$(id -g)"
31
31
docker_ini () {
32
32
if ! type -p docker > /dev/null; then
33
33
log_failed " Docker is not installed in this system" ${log_file}
34
- exit - 1
34
+ exit 1
35
35
fi
36
36
37
37
if type -p md5 > /dev/null; then
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- # # Copyright (C) 2019-2021 Ulises Jeremias Cornejo Fandos
3
+ # # Copyright (C) 2019-2021 The VSL Team
4
4
# # Licensed under MIT
5
5
# #
6
6
# # @script.name [OPTION] ARGUMENTS...
You can’t perform that action at this time.
0 commit comments