be python3.4 compatible #19
No reviewers
Labels
No labels
help wanted
need testing
status: accepted
status: discussing
type: bug
type: documentation
type: duplicate
type: enhancement
type:hardware
type: invalid
type: major feature
type: minor feature
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/netbox-agent#19
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feature/python3.5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
would be a closer implementation of the previous one here.
But it seems to me that you don't need to create a new dictionnary in the first place, and that here you could very well go with something simpler like:
Now I'm just saying something because you asked my review but frankly it's not a big deal, all those ways work. 😉
@ -22,0 +24,4 @@
z.update(y)
return z
You forgot to remove this apparently.