garverp / gr-analysis

Tools for High Sample Rate Recording and Post-Processing in GNURadio
GNU General Public License v3.0
21 stars 11 forks source link

Syntax error in fileman #2

Closed jogarock closed 8 years ago

jogarock commented 8 years ago

See the last three lines.

if __name__ == '__main__':
    (options, args) = get_options()
    fileman.truncate_file(options,args)

    API Training Shop Blog About 

    © 2016 GitHub, Inc. Help
garverp commented 8 years ago

Fixed. We sync this repo with another private one, which was the source of the extraneous text causing the issue.