You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
FYI, I had to revert back to 0.9.9 since the argument handling broke a little...
Here are the arguments I gave: instaLooter $@ /Users/rlyons/Google\ Drive/instagram/$@ -v -N -T '{username}-{datetime}' -q
$@ is simply the username I supplied to the bash function. From the error, and browsing the code, I think it might be the argument to -T which is breaking it, since it is making sure all the arguments have a dash.
The reason will be displayed to describe this comment to others. Learn more.
@rlyons : see #75, I actually fixed it. It was just the fact I had changed the value of argv in the kwargs of the main function. I'll push a patched version.
d5f361e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, I had to revert back to 0.9.9 since the argument handling broke a little...
Here are the arguments I gave:
instaLooter $@ /Users/rlyons/Google\ Drive/instagram/$@ -v -N -T '{username}-{datetime}' -q
$@ is simply the username I supplied to the bash function. From the error, and browsing the code, I think it might be the argument to -T which is breaking it, since it is making sure all the arguments have a dash.
d5f361e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rlyons : see #75, I actually fixed it. It was just the fact I had changed the value of
argv
in the kwargs of themain
function. I'll push a patched version.