DaylightingSociety / SocMap

Social Mapping Framework for Twitter
https://socmap.daylightingsociety.org/
BSD 3-Clause "New" or "Revised" License
18 stars 4 forks source link

Allow absolute log paths #20

Closed milo-trujillo closed 5 years ago

milo-trujillo commented 6 years ago

If the user begins a log path with a slash, such as -L /tmp/download.txt then we should parse that as "put a log file in /tmp/downloaded.txt" and not as "We should put a log file in work//tmp/downloaded.txt"

This means parsing the file name for the log file, and treating it specially if it begins with a slash.

milo-trujillo commented 5 years ago

Implemented in 61071e25ad8feca133d924bd2ac1b5e26b2dddd4