File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # This is an ini file that may contain information about the code state
2
1
[commit hash]
3
- # The line below may contain a valid hash if it has been substituted during 'git archive'
4
- archive_subst_hash=$Format:%h$
5
- # This line may be modified by the install process
6
- install_hash=
2
+ archive_subst_hash = $Format:%h$
3
+ install_hash = 0a89257
4
+
5
+
Original file line number Diff line number Diff line change @@ -196,8 +196,9 @@ class Refit(CommandLine):
196
196
outputs = {}
197
197
198
198
def _list_outputs (self ):
199
- self .outputs ["out_file" ] = os .path .abspath (self .inputs .in_file )
200
- return self .outputs
199
+ outputs = self .output_spec ().get ()
200
+ outputs ["out_file" ] = os .path .abspath (self .inputs .in_file )
201
+ return outputs
201
202
202
203
203
204
class WarpInputSpec (AFNICommandInputSpec ):
You can’t perform that action at this time.
0 commit comments