Skip to content

Commit 2cb2e91

Browse files
author
Roberto Sora
committed
Cosmetics
1 parent b9ae10b commit 2cb2e91

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

repertory/repertory.go

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func Init(configPath string) {
5252
}
5353

5454
func generateInstallationData() {
55-
5655
installationID, err := uuid.NewV4()
5756
if err != nil {
5857
feedback.Errorf("Error generating installation.id: %v", err)

test/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run_command(pytestconfig, data_dir, downloads_dir, working_dir):
6868
}
6969
os.makedirs(os.path.join(data_dir, "packages"))
7070

71-
def _run(cmd_string, asynchronous=False):
71+
def _run(cmd_string):
7272
cli_full_line = "{} {}".format(cli_path, cmd_string)
7373
run_context = Context()
7474
with run_context.cd(working_dir):

0 commit comments

Comments
 (0)