Commit 642a3df
[irods/irods#6294] allow genquery.py in centos-7 rpm
We might revert this on resolution of irods/irods#6294, as the syntax:
func( **{ **a, **b } )
is a preferable and more direct expression of:
func(**dict(list(a.items())+list(b.items())))
But currently this fix is necessary to test on Centos 7 due to Python2 syntax
requirements in the byte-compiling that happens when RPM packages are created.1 parent 388867c commit 642a3df
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
| |||
0 commit comments