1
- From d4baac460f19ec58fc551ed1e7cf1ce0c4723fd9 Mon Sep 17 00:00:00 2001
1
+ From b5f539f4f01ef61ad9b6bad716704ff6450d22f5 Mon Sep 17 00:00:00 2001
2
2
From: Ondrej Tethal <
[email protected] >
3
- Date: Fri, 13 Jan 2023 11:04:00 +0100
4
- Subject: [PATCH] Patch import _datetime
3
+ Date: Thu, 2 Feb 2023 14:57:32 +0100
4
+ Subject: [PATCH] Patch pydriller
5
5
6
6
---
7
- pydriller/domain/commit.py | 2 + -
8
- 1 file changed, 1 insertion (+), 1 deletion (-)
7
+ pydriller/domain/commit.py | 4 ++- -
8
+ 1 file changed, 2 insertions (+), 2 deletions (-)
9
9
10
10
diff --git a/pydriller/domain/commit.py b/pydriller/domain/commit.py
11
- index ba2c6e5..a2188af 100644
11
+ index ba2c6e5..401d5a5 100644
12
12
--- a/pydriller/domain/commit.py
13
13
+++ b/pydriller/domain/commit.py
14
14
@@ -18,7 +18,7 @@ Commit, Modification,
@@ -20,6 +20,14 @@ index ba2c6e5..a2188af 100644
20
20
from enum import Enum
21
21
from pathlib import Path
22
22
from typing import List, Set, Dict, Tuple, Optional
23
- - -
24
- 2.25.1
23
+ @@ -101,7 +101,7 @@ class Method:
24
+ "long_name",
25
+ self.long_name,
26
+ "params",
27
+ - (x for x in self.parameters),
28
+ + tuple(x for x in self.parameters),
29
+ )
30
+ )
25
31
32
+ - -
33
+ 2.25.1
0 commit comments