File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ def __init__(
473
473
self .role ,
474
474
getattr (self , "base" , "" ),
475
475
getattr (self , "branch" , "" ),
476
- target
476
+ target ,
477
477
]
478
478
)
479
479
# We loaded this data from yaml configuration files, so, its safe
Original file line number Diff line number Diff line change @@ -115,11 +115,14 @@ def test_update_by_id_and_name(self):
115
115
self .assertFalse (self .main_class .remotes [1 ].fetched )
116
116
117
117
def test_full_id (self ):
118
- self .assertEqual (self .main_class .remotes [0 ].full_id (), "-file://repo1.git---gitfs-master--" )
118
+ self .assertEqual (
119
+ self .main_class .remotes [0 ].full_id (), "-file://repo1.git---gitfs-master--"
120
+ )
119
121
120
122
def test_full_id_with_name (self ):
121
123
self .assertEqual (
122
- self .main_class .remotes [1 ].full_id (), "repo2-file://repo2.git---gitfs-master--"
124
+ self .main_class .remotes [1 ].full_id (),
125
+ "repo2-file://repo2.git---gitfs-master--" ,
123
126
)
124
127
125
128
def test_get_cachedir_basename (self ):
You can’t perform that action at this time.
0 commit comments