SMAT-Lab / Scalpel

Scalpel: The Python Static Analysis Framework
Apache License 2.0
277 stars 42 forks source link

Fix cfg tutorials #94

Closed tristanlatr closed 1 year ago

tristanlatr commented 1 year ago

Here is a git error that occurs on case insensitive file systems:

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'examples/CFG_tutorial.py'
  'examples/cfg_tutorial.py'
Jarvx commented 1 year ago

This is due to duplicated files. Have removed. Thanks!